Skip to content

Commit e545ff9

Browse files
committed
fixup! feat(zone.js): include jasmine describe block name when raising unexpected task error
ds
1 parent de86285 commit e545ff9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/zone.js/lib/jasmine/jasmine.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@ Zone.__load_patch('jasmine', (global: any, Zone: ZoneType, api: _ZonePrivate) =>
349349
this.testProxyZoneSpec = new ProxyZoneSpec();
350350
this.testProxyZone = ambientZone.fork(this.testProxyZoneSpec);
351351
if (!Zone.currentTask) {
352-
console.error('Scheduling', context, Zone.current.name)
353352
// if we are not running in a task then if someone would register a
354353
// element.addEventListener and then calling element.click() the
355354
// addEventListener callback would think that it is the top most task and would

0 commit comments

Comments
 (0)