Skip to content

Commit

Permalink
remove stray console.log (#1364)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Seccafien authored and benjaminsehl committed May 30, 2022
1 parent d06ff87 commit 490e359
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/hydrogen/src/components/Money/tests/Money.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ describe('<Money />', () => {
/>
);

console.log(component.debug());

expect(component).toContainReactComponent(MeasurementSeparator);
expect(component).toContainReactText(`${measurement.referenceUnit}`);
});
Expand Down

0 comments on commit 490e359

Please sign in to comment.