mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
remove the tracing (#19573)
This commit is contained in:
@@ -437,7 +437,6 @@ export default class QueryRunner extends Disposable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public override dispose() {
|
public override dispose() {
|
||||||
this.logService.info(`Disposing the query runner of: '${this.uri}'', call stack: ${new Error().stack}`);
|
|
||||||
this._batchSets = undefined!;
|
this._batchSets = undefined!;
|
||||||
super.dispose();
|
super.dispose();
|
||||||
this._isDisposed = true;
|
this._isDisposed = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user