Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
benjreinhart committed Oct 22, 2024
1 parent 828a361 commit 135cb57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/api/server/channels/app.mts
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ async function previewStart(
onExit: (code) => {
processMetadata.delete(app.externalId);

console.log('HERE???', code);

wss.broadcast(`app:${app.externalId}`, 'preview:status', {
url: null,
status: 'stopped',
Expand Down

0 comments on commit 135cb57

Please sign in to comment.