Skip to content

Commit

Permalink
Remove console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Jan 15, 2024
1 parent 1d2074c commit b918466
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ const defaultNavigationLinks: NavigationLinkMap = {
export { Options } from './types.js';

const assetsPath = join(fileURLToPath(new URL(import.meta.url)),'../../assets');
console.log(assetsPath);

export default function browser(options?: Partial<Options>): Middleware {

Expand Down

0 comments on commit b918466

Please sign in to comment.