diff --git a/src/sql/workbench/browser/editor/profiler/profilerInput.ts b/src/sql/workbench/browser/editor/profiler/profilerInput.ts index 7468a65bf6..c5676d12ae 100644 --- a/src/sql/workbench/browser/editor/profiler/profilerInput.ts +++ b/src/sql/workbench/browser/editor/profiler/profilerInput.ts @@ -277,10 +277,6 @@ export class ProfilerInput extends EditorInput implements IProfilerSession { this.data.clearFilter(); } - isDirty(): boolean { - return this.state.isRunning || !!this.state.isPaused; - } - dispose() { super.dispose(); this._profilerService.disconnectSession(this.id);