diff --git a/src/main.ts b/src/main.ts index dad9213..1f2eed3 100644 --- a/src/main.ts +++ b/src/main.ts @@ -187,17 +187,6 @@ export class Editor { // Loading universe from URL (if needed) loadUniverserFromUrl(this); - - // this.setPeriodicSave(5000); - - // ================================================================================ - // Displaying a scope by default - // ================================================================================ - this.api.scope({ - enabled: true, - mode: "freqscope", - offsetY: 350, size: 1 - } as OscilloscopeConfig) } private getBuffer(type: string): any {