Skip to content

Commit 8978a65

Browse files
committed
Removed only
1 parent 763dcd3 commit 8978a65

File tree

1 file changed

+0
-1
lines changed
  • packages/data-connect/src/network

1 file changed

+0
-1
lines changed

packages/data-connect/src/network/fetch.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ export function dcFetch<T, U>(
111111
return jsonResponse;
112112
})
113113
.then(res => {
114-
console.log(res.errors);
115114
if (res.errors && res.errors.length) {
116115
const stringified = JSON.stringify(res.errors);
117116
const response: DataConnectOperationResponse = {

0 commit comments

Comments
 (0)