mirror of
https://github.com/Aviortheking/codestats-readme.git
synced 2025-06-07 16:29:57 +00:00
chore: remove console log
This commit is contained in:
parent
6fa8c26754
commit
941eae6545
@ -5,8 +5,6 @@ const retryer = async (fetcher, variables, retries = 0) => {
|
|||||||
throw new CustomError("Maximum retries exceeded", CustomError.MAX_RETRY);
|
throw new CustomError("Maximum retries exceeded", CustomError.MAX_RETRY);
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
logger.log(`Trying PAT_${retries + 1}`);
|
|
||||||
|
|
||||||
// try to fetch with the first token since RETRIES is 0 index i'm adding +1
|
// try to fetch with the first token since RETRIES is 0 index i'm adding +1
|
||||||
let response = await fetcher(
|
let response = await fetcher(
|
||||||
variables,
|
variables,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user