Skip to content

Commit b918466

Browse files
committed
Remove console statement
1 parent 1d2074c commit b918466

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ const defaultNavigationLinks: NavigationLinkMap = {
110110
export { Options } from './types.js';
111111

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

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

0 commit comments

Comments
 (0)