Skip to content

Commit 1b7467f

Browse files
committed
Remove debugger
1 parent 5fd18b5 commit 1b7467f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/runtime-common/paths.ts

-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ export class RealmPaths {
1010

1111
local(url: URL, opts: LocalOptions = {}): LocalPath {
1212
if (!this.inRealm(url)) {
13-
if (!url || !url.href || url.href.includes('undefined')) {
14-
debugger;
15-
}
1613
let error = new Error(`realm ${this.url} does not contain ${url.href}`);
1714
(error as any).status = 404;
1815
throw error;

0 commit comments

Comments
 (0)