mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
remove the tracing (#19573)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user