Skip to content

Commit 21a7529

Browse files
committed
[js] Remove old debug leftover
1 parent 96714f3 commit 21a7529

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/vm/js/nqp-runtime/runtime.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,6 @@ exports.toStr = /*async*/ function(arg_, ctx) {
275275

276276

277277
exports.toNum = /*async*/ function(arg_, ctx) {
278-
if (!arg_.$$decont) {
279-
console.log('there');
280-
}
281278
const arg = /*await*/ arg_.$$decont(ctx);
282279
if (arg === Null) {
283280
return 0;

0 commit comments

Comments
 (0)