Skip to content

Commit

Permalink
Removing unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
scalvert committed Apr 23, 2019
1 parent 9218b34 commit 87f8637
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export class TestDebugInfo implements DebugInfo {

Object.keys(summary.pendingTestWaiterInfo.waiters).forEach(waiter => {
_console.log(waiter);
// array of { stack: string, label: string }

let waiterDebugInfo = summary.pendingTestWaiterInfo.waiters[waiter];

if (Array.isArray(waiterDebugInfo)) {
Expand Down

0 comments on commit 87f8637

Please sign in to comment.