Skip to content

Commit b4ba4cb

Browse files
committed
Remove debugging
1 parent 431a395 commit b4ba4cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

evals/apps/web/src/hooks/use-run-status.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ export const useRunStatus = (run: Run) => {
5656
setTasksUpdatedAt(Date.now())
5757
break
5858
case RooCodeEventName.TaskTokenUsageUpdated: {
59-
console.log("taskTokenUsageUpdated", payload)
6059
const startTime = startTimes.current.get(taskId)
6160
const duration = startTime ? Date.now() - startTime : undefined
6261
tokenUsage.current.set(taskId, { ...payload[1], duration })

0 commit comments

Comments
 (0)