We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 763dcd3 commit 8978a65Copy full SHA for 8978a65
packages/data-connect/src/network/fetch.ts
@@ -111,7 +111,6 @@ export function dcFetch<T, U>(
111
return jsonResponse;
112
})
113
.then(res => {
114
- console.log(res.errors);
115
if (res.errors && res.errors.length) {
116
const stringified = JSON.stringify(res.errors);
117
const response: DataConnectOperationResponse = {
0 commit comments