Skip to content

Commit

Permalink
removed uncessary logs
Browse files Browse the repository at this point in the history
  • Loading branch information
fnhipster committed Dec 2, 2024
1 parent 6f2ecae commit 6f4a865
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
import { overrideGQLOperations } from '@dropins/build-tools/gql-extend.js';

overrideGQLOperations([
{
npm: '@dropins/storefront-cart',
operations: [],
},
{
npm: '@dropins/storefront-checkout',
operations: [],
},
// {
// npm: '@dropins/storefront-cart',
// operations: [],
// },
// {
// npm: '@dropins/storefront-checkout',
// operations: [],
// },
]);

0 comments on commit 6f4a865

Please sign in to comment.