We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a2f9cd commit 03e729eCopy full SHA for 03e729e
src/vm/js/nqp-runtime/code-ref.js
@@ -14,7 +14,6 @@ CodeRef.prototype.block = function(func) {
14
CodeRef.prototype.$call = function() {
15
var nqp = require('nqp-runtime');
16
if (this["$!do"].closureTemplate) {
17
- console.log(this["$!do"]);
18
var template = "var " + this["$!do"].outerCtx + "= null;(" + this["$!do"].closureTemplate + ")";
19
this.$call = eval(template);
20
this.$call.codeRef = this;
0 commit comments