Skip to content

Commit 9c5d7b2

Browse files
author
Albert Folch
committed
wip
1 parent b32fba0 commit 9c5d7b2

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/lib/utils/hooks/chat/getThreadWorker.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,6 @@ export async function getThread({
7171
genesisDate
7272
});
7373
});
74-
console.log(
75-
"timesArrayInRange",
76-
timesArrayInRange,
77-
"failedTimes",
78-
failedTimes
79-
);
8074
const timesArray = [...timesArrayInRange, ...failedTimes];
8175
failedTimesArray = [];
8276
const promises = timesArray.map((times) => {

0 commit comments

Comments
 (0)