Skip to content

Commit ae6bf3d

Browse files
committed
making messages less repetitive
1 parent 84a1ec2 commit ae6bf3d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

map2loop/mapdata.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,6 @@ def check_map(self, datatype: Datatype):
710710
elif datatype == Datatype.FAULT:
711711
validity_check, message = check_fault_fields_validity(mapdata = self)
712712
if validity_check:
713-
logger.error(f"Datatype FAULT - data validation failed: {message}")
714713
raise ValueError(f"Datatype FAULT - data validation failed: {message}")
715714
func = self.parse_fault_map
716715

0 commit comments

Comments
 (0)