Skip to content

Commit

Permalink
🧹 tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejpurves committed Nov 21, 2023
1 parent c61dcd3 commit 75a99a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,6 @@ class ThebeServer implements ServerRuntime, ServerRestAPI {
status: ErrorStatusEvent.error,
message: `Binder: failed to build - ${urls.build} - ${msg.message}`,
});
console.log('reject', msg);
this.rejectReadyFn?.(msg.message);
break;
case 'ready':
Expand Down

0 comments on commit 75a99a2

Please sign in to comment.