Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
Signed-off-by: worksofliam <[email protected]>
  • Loading branch information
worksofliam committed Sep 18, 2024
1 parent a271fe9 commit 9198377
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/language/sql/document.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ export default class Document {
let depth = 0;

for (const statement of this.statements) {
console.log(currentGroup);
if (statement.isBlockEnder()) {
if (depth > 0) {
currentGroup.push(statement);
Expand Down

0 comments on commit 9198377

Please sign in to comment.