remove the tracing (#19573)

This commit is contained in:
Alan Ren
2022-05-31 12:56:48 -07:00
committed by GitHub
parent ccd458b876
commit f41da46ccb

View File

@@ -437,7 +437,6 @@ export default class QueryRunner extends Disposable {
}
public override dispose() {
this.logService.info(`Disposing the query runner of: '${this.uri}'', call stack: ${new Error().stack}`);
this._batchSets = undefined!;
super.dispose();
this._isDisposed = true;