We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b32fba0 commit 9c5d7b2Copy full SHA for 9c5d7b2
1 file changed
src/lib/utils/hooks/chat/getThreadWorker.ts
@@ -71,12 +71,6 @@ export async function getThread({
71
genesisDate
72
});
73
74
- console.log(
75
- "timesArrayInRange",
76
- timesArrayInRange,
77
- "failedTimes",
78
- failedTimes
79
- );
80
const timesArray = [...timesArrayInRange, ...failedTimes];
81
failedTimesArray = [];
82
const promises = timesArray.map((times) => {
0 commit comments