Skip to content

Commit

Permalink
[js] Hide some debugging messages
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed May 22, 2017
1 parent 68974ea commit 0cb7e5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/vm/js/perl6-runtime/runtime.js
Expand Up @@ -135,7 +135,6 @@ op.p6capturelex = function(ctx, codeObj) {
};

op.p6capturelexwhere = function(ctx, codeObj) {
// console.trace("p6captaturelexwhere");
var closure = codeObj.$$getattr(Code, "$!do");
var wantedStaticInfo = closure.staticCode.outerCodeRef;

Expand All @@ -149,7 +148,7 @@ op.p6capturelexwhere = function(ctx, codeObj) {
}
find = find.$$caller;
}
console.log("HORRIBLE hack - p6capturelexwhere will do nothing");
// console.log("HORRIBLE hack - p6capturelexwhere will do nothing");

return codeObj;
};
Expand Down

0 comments on commit 0cb7e5f

Please sign in to comment.