Skip to content

Commit 9ab3b34

Browse files
committed
remove-log
1 parent 16311ff commit 9ab3b34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/debug.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ async (...xs: Parameters<F>) => {
133133
try {
134134
return await f(...xs);
135135
} catch (e) {
136-
console.log(e === error)
137136
if (e === error) return fallback(...xs);
138137
throw e;
139138
}

0 commit comments

Comments
 (0)