Skip to content

Commit 03e729e

Browse files
committed
[js] Remove debugging console.log.
1 parent 3a2f9cd commit 03e729e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ CodeRef.prototype.block = function(func) {
1414
CodeRef.prototype.$call = function() {
1515
var nqp = require('nqp-runtime');
1616
if (this["$!do"].closureTemplate) {
17-
console.log(this["$!do"]);
1817
var template = "var " + this["$!do"].outerCtx + "= null;(" + this["$!do"].closureTemplate + ")";
1918
this.$call = eval(template);
2019
this.$call.codeRef = this;

0 commit comments

Comments
 (0)