This website works better with JavaScript.
Home
Explore
Help
Sign In
clonk2u
/
stroll
forked from
chemicalcrux/stroll
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Remove spurious logging
tags/v1.1.0
Fen Dweller
6 years ago
parent
96f032bc1c
commit
9043c7f776
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
units.js
+ 0
- 1
units.js
View File
@@ -49,7 +49,6 @@ function fixedIfDecimal(num, fixed) {
}
function number(value, type="full", fixed) {
console.log(value)
var val = parseFloat(value);
switch(type) {
case "full":
Write
Preview
Loading…
Cancel
Save