Skip to content

Commit

Permalink
Delete console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
marlo-longley committed Dec 18, 2024
1 parent fb225d1 commit f7fed3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion __tests__/integration/mirador/tests/viewer-config.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ describe('initialViewerConfig', () => {
await waitFor(() => {
const { viewers = {} } = context.miradorInstance.store.getState();
viewerObject = viewers[Object.keys(viewers)[0]];
console.log('viewerObject', viewerObject);
expect(viewerObject?.x).toBe(934);
}, { timeout: 3000 });

Expand Down

0 comments on commit f7fed3e

Please sign in to comment.