Skip to content

Commit 4d21b7c

Browse files
committed
fix(core): remove console.log
1 parent 31a8615 commit 4d21b7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/lib/utils/mod.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ export const legacyGet = (service) => (data) =>
108108
if (isLegacyGetEnabled) {
109109
// Can use this to monitor usage of legacy
110110
console.warn(`LEGACY_GET: ${service}`);
111-
console.log(data);
112111
/**
113112
* If the adapter returned a legacy get shape, just return it.
114113
* Otherwise, extract the doc from the response to create the legacy get shape.

0 commit comments

Comments
 (0)