Skip to content

Commit 02ed8df

Browse files
committed
fix: remove leftover console.log
1 parent 37b1e72 commit 02ed8df

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/web/src/routes/__root.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,6 @@ function DesktopTrayBootstrap() {
386386
const latestTurnCompletedAt = thread.latestTurn?.completedAt
387387
? Date.parse(thread.latestTurn.completedAt)
388388
: NaN;
389-
console.log(thread.id, latestTurnCompletedAt, lastVisitedAt);
390389
return {
391390
id: thread.id,
392391
name: thread.title,

0 commit comments

Comments
 (0)