Skip to content

Commit

Permalink
[js] Disable debuging helper on hack
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Apr 15, 2017
1 parent 18c5ee8 commit 71c9428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/js/perl6-runtime/runtime.js
Expand Up @@ -127,7 +127,7 @@ op.p6capturelex = function(ctx, codeObj) {
closure.capture(closure.staticCode.freshBlock());
} else {
/* HACK - workaround for rakudo bugs */
console.log("HORRIBLE hack - p6capturelex will do nothing");
//console.log("HORRIBLE hack - p6capturelex will do nothing");
}

return codeObj;
Expand Down

0 comments on commit 71c9428

Please sign in to comment.