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 31a8615 commit 4d21b7cCopy full SHA for 4d21b7c
packages/core/lib/utils/mod.js
@@ -108,7 +108,6 @@ export const legacyGet = (service) => (data) =>
108
if (isLegacyGetEnabled) {
109
// Can use this to monitor usage of legacy
110
console.warn(`LEGACY_GET: ${service}`);
111
- console.log(data);
112
/**
113
* If the adapter returned a legacy get shape, just return it.
114
* Otherwise, extract the doc from the response to create the legacy get shape.
0 commit comments