Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
cssuh committed Feb 19, 2025
1 parent 0d453f9 commit 5a7f0f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/models/sqlOutputContentProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ export class SqlOutputContentProvider {
selection: ISlickRange[],
headersFlag: boolean,
): void {
console.log(data);
void this._queryResultsMap
.get(uri)
.queryRunner.exportCellsToClipboard(
Expand Down

0 comments on commit 5a7f0f6

Please sign in to comment.