Skip to content

Commit fbcadd0

Browse files
webJoseCopilot
andauthored
Remove logging from test file
Co-authored-by: Copilot <[email protected]>
1 parent 9f1e6ac commit fbcadd0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/core/RouterEngine.svelte.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,6 @@ describe("RouterEngine (default init)", () => {
515515
pattern: '/:one/:two?',
516516
caseSensitive: false,
517517
};
518-
console.debug('Path:', router.path);
519518

520519
// Assert.
521520
expect(router.noMatches).toBe(true);

0 commit comments

Comments
 (0)