Skip to content

Commit 9a363e1

Browse files
committed
test tidy
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 894c2ed commit 9a363e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integration/Validation.Validators.XmlValidator.test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ const { escapeRegExp } = require('../_helpers/stringFunctions')
2525
let hasLibXml = true
2626
try {
2727
require('libxmljs2')
28-
} catch (err) {
29-
console.debug(err)
28+
} catch {
3029
hasLibXml = false
3130
}
3231

0 commit comments

Comments
 (0)