Skip to content

Commit b078691

Browse files
Update wait-for-fetch.ts
1 parent a95b16b commit b078691

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

addon/src/wait-for-fetch.ts

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export async function waitForFetch(fetchPromise: ReturnType<typeof fetch>) {
1212
['json', 'text', 'arrayBuffer', 'blob', 'formData', 'bytes'].includes(prop)
1313
) {
1414
return (...args: unknown[]) => {
15-
console.log('invoke', ...args);
1615
return waitForPromise(original.call(target, ...args));
1716
};
1817
}

0 commit comments

Comments
 (0)