mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 11:44:09 -05:00
stray console logs
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -263,7 +263,6 @@ export class GccDump extends MonacoPane<monaco.editor.IStandaloneCodeEditor, Gcc
|
||||
|
||||
onPassSelect(passId: string) {
|
||||
const selectedPass = this.selectize.options[passId] as unknown as any;
|
||||
console.log(selectedPass);
|
||||
|
||||
if (this.inhibitPassSelect !== true) {
|
||||
this.eventHub.emit('gccDumpPassSelected', this.compilerInfo.compilerId, selectedPass, true);
|
||||
|
||||
Reference in New Issue
Block a user