Skip to content

Commit 90262bf

Browse files
committed
fix
1 parent 9f6c134 commit 90262bf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

apps/repl/app/utils/editor-text.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { isDestroyed, isDestroying, registerDestructor } from '@ember/destroyable';
22
import { service } from '@ember/service';
33
import { buildWaiter } from '@ember/test-waiters';
4-
import { isDevelopingApp, isTesting, macroCondition } from '@embroider/macros';
4+
import { isTesting, macroCondition } from '@embroider/macros';
55

66
import { compressToEncodedURIComponent } from 'lz-string';
77

@@ -147,8 +147,6 @@ export class FileURIComponent {
147147
// we may not have a currentURL, because the first transition has yet to complete
148148
let base = this.router.currentURL;
149149

150-
console.log('isTesting', isTesting());
151-
152150
if (macroCondition(isTesting())) {
153151
base ??= (this.router as any) /* private API? */?.location;
154152
} else {

0 commit comments

Comments
 (0)