Skip to content

Commit 275f9d5

Browse files
Remove console log
1 parent 97b5eb4 commit 275f9d5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

libs/vscode/server/src/lib/events/custom-events/on-format-workspace.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ export const ON_FORMAT_WORKSPACE = async (
102102
continue;
103103
}
104104

105-
console.log(formatted);
106-
107105
// update the doc in VSCode
108106
if (info.doc !== undefined) {
109107
await UpdateDocument(info.uri, formatted, info.doc);

0 commit comments

Comments
 (0)