From 21a7529b185ed337b84aa7c786d1c2c49b431724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Murias?= Date: Wed, 10 Oct 2018 12:41:07 +0200 Subject: [PATCH] [js] Remove old debug leftover --- src/vm/js/nqp-runtime/runtime.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/vm/js/nqp-runtime/runtime.js b/src/vm/js/nqp-runtime/runtime.js index a51d5d118a..5051a4d466 100644 --- a/src/vm/js/nqp-runtime/runtime.js +++ b/src/vm/js/nqp-runtime/runtime.js @@ -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;