Skip to content

Commit

Permalink
Remove some debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
badeball committed Jan 10, 2024
1 parent df6a0e1 commit 0223431
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions features/step_definitions/html_steps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ Then(
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
const actual = parseInt(dd.textContent!, 10);

console.log({ actual });

assert.equal(actual, n);
}
);
Expand Down

0 comments on commit 0223431

Please # to comment.