diff --git a/src/ui/run-history-ui-handler.ts b/src/ui/run-history-ui-handler.ts index 160f938d20f..745e3e14194 100644 --- a/src/ui/run-history-ui-handler.ts +++ b/src/ui/run-history-ui-handler.ts @@ -137,7 +137,6 @@ export default class RunHistoryUiHandler extends MessageUiHandler { if (timestamps.length > 1) { timestampsNo.sort((a, b) => a - b); } - console.log(timestamps); const entryCount = timestamps.length; for (let s = 0; s < entryCount; s++) { const entry = new RunEntry(this.scene, response, timestampsNo[s].toString(), s);