Skip to content

Commit

Permalink
fix: remove used log
Browse files Browse the repository at this point in the history
  • Loading branch information
dylandepass committed Jan 16, 2024
1 parent 9fae870 commit 9e1bedd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/extension/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
window.hlx = window.hlx || {};

const { getDisplay } = await import('./display.js');
const { log } = await import('./log.js');
const display = await getDisplay();
let { sidekick } = window.hlx;

Expand Down

0 comments on commit 9e1bedd

Please sign in to comment.