Skip to content

Commit

Permalink
[js] Remove old debug leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Oct 11, 2018
1 parent 96714f3 commit 21a7529
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/vm/js/nqp-runtime/runtime.js
Expand Up @@ -275,9 +275,6 @@ exports.toStr = /*async*/ function(arg_, ctx) {


exports.toNum = /*async*/ function(arg_, ctx) {
if (!arg_.$$decont) {
console.log('there');
}
const arg = /*await*/ arg_.$$decont(ctx);
if (arg === Null) {
return 0;
Expand Down

0 comments on commit 21a7529

Please sign in to comment.