chore: Убран отладочный вывод
This commit is contained in:
parent
71c8285583
commit
918663fa44
@ -23,7 +23,6 @@ class DiagramParser:
|
||||
|
||||
for signalName in self.data.columns:
|
||||
if type (self.data[signalName].iloc[0]) == np.bool:
|
||||
print("!", signalName)
|
||||
self.boolDict[signalName] = self._getBoolChanges(signalName)
|
||||
|
||||
for signalName in self.data.columns:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user