Skip to content

Commit 85a9735

Browse files
committed
chore: remove console log
1 parent 5b88522 commit 85a9735

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/better-fetch/src/fetch.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ export const betterFetch = async <
122122
} else {
123123
successContext.data = await response[responseType]();
124124
}
125-
console.log({ ctx: successContext.data, responseType });
126125

127126
/**
128127
* Parse the data if the output schema is defined

0 commit comments

Comments
 (0)