We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f6c134 commit 90262bfCopy full SHA for 90262bf
apps/repl/app/utils/editor-text.ts
@@ -1,7 +1,7 @@
1
import { isDestroyed, isDestroying, registerDestructor } from '@ember/destroyable';
2
import { service } from '@ember/service';
3
import { buildWaiter } from '@ember/test-waiters';
4
-import { isDevelopingApp, isTesting, macroCondition } from '@embroider/macros';
+import { isTesting, macroCondition } from '@embroider/macros';
5
6
import { compressToEncodedURIComponent } from 'lz-string';
7
@@ -147,8 +147,6 @@ export class FileURIComponent {
147
// we may not have a currentURL, because the first transition has yet to complete
148
let base = this.router.currentURL;
149
150
- console.log('isTesting', isTesting());
151
-
152
if (macroCondition(isTesting())) {
153
base ??= (this.router as any) /* private API? */?.location;
154
} else {
0 commit comments