Skip to content

Commit

Permalink
logs
Browse files Browse the repository at this point in the history
  • Loading branch information
hazae41 committed Apr 28, 2023
1 parent 9ce8ebe commit b470a9a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/mods/single/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ export namespace Single {

const result = await fetcher(key, { signal })

console.log("result", result)

if (signal.aborted)
throw new AbortError(signal)

Expand All @@ -85,8 +83,6 @@ export namespace Single {
? result.expiration
: Time.fromDelay(params.expiration)

console.log("times", time, cooldown, expiration)

if ("error" in result)
return () => ({
error: result.error,
Expand Down

0 comments on commit b470a9a

Please sign in to comment.