Skip to content

Commit 941eae6

Browse files
committed
chore: remove console log
1 parent 6fa8c26 commit 941eae6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/common/retryer.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ const retryer = async (fetcher, variables, retries = 0) => {
55
throw new CustomError("Maximum retries exceeded", CustomError.MAX_RETRY);
66
}
77
try {
8-
logger.log(`Trying PAT_${retries + 1}`);
9-
108
// try to fetch with the first token since RETRIES is 0 index i'm adding +1
119
let response = await fetcher(
1210
variables,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy