Skip to content

Commit 9198377

Browse files
committed
Remove log
Signed-off-by: worksofliam <[email protected]>
1 parent a271fe9 commit 9198377

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/language/sql/document.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ export default class Document {
102102
let depth = 0;
103103

104104
for (const statement of this.statements) {
105-
console.log(currentGroup);
106105
if (statement.isBlockEnder()) {
107106
if (depth > 0) {
108107
currentGroup.push(statement);

0 commit comments

Comments
 (0)