Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
swk777 committed Sep 6, 2024
1 parent 6183f59 commit 8190fba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
1 change: 0 additions & 1 deletion packages/api/server/ws.mts
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ async function cellFixDiagnostics(payload: AiFixDiagnosticsPayloadType) {

async function cellFormat(payload: CellFormatPayloadType) {
const session = await findSession(payload.sessionId);
console.log('in');
if (!session) {
throw new Error(`No session exists for session '${payload.sessionId}'`);
}
Expand Down
11 changes: 3 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8190fba

Please sign in to comment.