diff --git a/static/panes/compiler.js b/static/panes/compiler.js index 8ac68fab0..652d09c4d 100644 --- a/static/panes/compiler.js +++ b/static/panes/compiler.js @@ -1644,7 +1644,6 @@ Compiler.prototype.onLLVMOptPipelineViewClosed = function (id) { Compiler.prototype.onLLVMOptPipelineViewOptionsUpdated = function (id, options, recompile) { if (this.id === id) { - console.log(options); this.llvmOptPipelineOptions = options; if (recompile) { this.compile(); diff --git a/static/panes/gccdump-view.ts b/static/panes/gccdump-view.ts index 2fa547668..41f91082e 100644 --- a/static/panes/gccdump-view.ts +++ b/static/panes/gccdump-view.ts @@ -263,7 +263,6 @@ export class GccDump extends MonacoPane