mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Remove unnecessary clear timeout log
This commit is contained in:
parent
9462fd751d
commit
0cb51098ac
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ export async function withTimeout<T>(
|
||||||
const result = await asyncTask(controller.signal);
|
const result = await asyncTask(controller.signal);
|
||||||
/* Clear the timeout if the task completes in time */
|
/* Clear the timeout if the task completes in time */
|
||||||
clearTimeout(timeoutId);
|
clearTimeout(timeoutId);
|
||||||
console.log(`Clearing timeout after ${timeout}ms`);
|
|
||||||
return result;
|
return result;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
if ((error as Error).name === 'AbortError') {
|
if ((error as Error).name === 'AbortError') {
|
||||||
|
|
Loading…
Add table
Reference in a new issue