Skip to content

Commit 2a55957

Browse files
committed
Remove console log
1 parent 7f1fce6 commit 2a55957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@ GLSL.prototype.transforms = {
11251125

11261126
//if special format - parse it as int, else - return unchanged
11271127
var result = /^[0-9][xob]/.test(node.data) ? Number(node.data) : node.data
1128-
console.log(node, result)
1128+
11291129
//guess type - as far in js any number tends to be a float, give priority to it
11301130
//in order to avoid unnecessary types alignment
11311131
var type

0 commit comments

Comments
 (0)