We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e02e7c commit 182a2b0Copy full SHA for 182a2b0
web/src/store/dispatchers/build.ts
@@ -86,8 +86,6 @@ const dispatchEvalEvents = (dispatch: DispatchFn, events: EvalEvent[]) => {
86
});
87
}
88
89
- console.log(eventsWithDelay);
90
-
91
// Try to guess program end time by checking last message delay.
92
//
93
// This won't work if "time.Sleep()" occurs after final message but the same
0 commit comments