Skip to content

Commit d0109bc

Browse files
committed
remove logs
1 parent fff10ea commit d0109bc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/nodes/math/BitcountNode.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@ class BitcountNode extends MathNode {
149149
]
150150
} );
151151

152-
console.log( fnDef );
153-
154152
return fnDef;
155153

156154
}
@@ -260,8 +258,6 @@ class BitcountNode extends MathNode {
260258
]
261259
} );
262260

263-
console.log( fnDef );
264-
265261
return fnDef;
266262

267263
}

0 commit comments

Comments
 (0)