Skip to content

Commit 0223431

Browse files
committed
Remove some debug output
1 parent df6a0e1 commit 0223431

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

features/step_definitions/html_steps.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ Then(
8282
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
8383
const actual = parseInt(dd.textContent!, 10);
8484

85-
console.log({ actual });
86-
8785
assert.equal(actual, n);
8886
}
8987
);

0 commit comments

Comments
 (0)