Skip to content

Commit fcd8bcd

Browse files
committed
chore: remove stray console.error
1 parent 85cf036 commit fcd8bcd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ts/tests/helpers/skeleton-app.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ class WatchedBuild extends EventEmitter {
9292

9393
this.ember.catch((error) => {
9494
this.emit('did-error', error);
95-
console.error(error);
9695
});
9796
}
9897

0 commit comments

Comments
 (0)