turn off terminal log

pull/5324/head
bunsenstraat 4 weeks ago
parent 2938e6d112
commit eedbe752f8
  1. 1
      apps/remix-ide/src/app/tabs/script-runner-ui.tsx

@ -313,7 +313,6 @@ export class ScriptRunnerUIPlugin extends ViewPlugin {
if (!this.activeConfig) {
this.activeConfig = this.configurations[0];
}
this.call('terminal', 'log', { value: `Loaded ${this.activeConfig.name} script configuration`, type: 'info' })
} catch (error) {
console.error("Error fetching the projects data:", error);
}

Loading…
Cancel
Save