Skip to content

Commit

Permalink
[js] Remove left over debugging message
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Dec 28, 2018
1 parent 9f9e4fa commit fbbfb6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vm/js/nqp-runtime/ctx.js
Expand Up @@ -143,7 +143,6 @@ class Ctx extends NQPObject {
const uncaught_control = this.$$getHLL().get('uncaught_control');
if (uncaught_control) {
try {
console.log('uncaught_control');
/*await*/ uncaught_control.$$call(ctx, null, exception.$$decont(this));
} catch (e) {
if (e instanceof ResumeException && e.exception === exception) {
Expand Down

0 comments on commit fbbfb6c

Please sign in to comment.