diff --git a/client/full/src/UDSClient.py b/client/full/src/UDSClient.py index 8f40ac209..a35e5012c 100755 --- a/client/full/src/UDSClient.py +++ b/client/full/src/UDSClient.py @@ -219,7 +219,7 @@ class UDSClient(QtGui.QMainWindow): QtCore.QTimer.singleShot(10000, self.getTransportData) except Exception as e: - logger.exception('Got exception executing script:') + #logger.exception('Got exception executing script:') self.showError(e) def endScript(self):