Skip to content

Commit daad95f

Browse files
author
Dennis Labordus
committed
Removed debug logging.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 0d44f71 commit daad95f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/validators/ValidateSchemaWithCompas.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export default class ValidateTemplates extends LitElement {
2828
const validationErrors = Array.from(document.querySelectorAll('SclValidateResponse > ValidationErrors') ?? []);
2929
// Check if there are validation errors, if there are we will process them.
3030
if (validationErrors.length > 0) {
31-
console.debug('Retrieved %d validation error from CoMPAS Validator', validationErrors.length);
3231
validationErrors.forEach(validationError => {
3332
const message = validationError.getElementsByTagNameNS(SVS_NAMESPACE, "Message")!.item(0)!.textContent;
3433
dispatchEventOnOpenScd(

0 commit comments

Comments
 (0)