Skip to content

Commit 991c0eb

Browse files
remove console.error
1 parent fb3bc3f commit 991c0eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/unit/assorted/uri_options.spec.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ describe('URI option spec tests', function () {
5757

5858
for (const test of suite.tests) {
5959
it(`${test.description}`, function () {
60-
console.error(test);
6160
if (skipTests.includes(test.description)) {
6261
return this.skip();
6362
}

0 commit comments

Comments
 (0)