author | Edouard Tisserant |
Tue, 17 Apr 2018 11:19:18 +0200 | |
changeset 1993 | cbf0a9ffc782 |
parent 1990 | 2e0fbdd152de |
child 1994 | 1fdc32be71b8 |
--- a/runtime/PLCObject.py Mon Apr 16 16:11:18 2018 +0200 +++ b/runtime/PLCObject.py Tue Apr 17 11:19:18 2018 +0200 @@ -275,7 +275,6 @@ self._stopPLC_real.restype = None self._PythonIterator = getattr(self.PLClibraryHandle, "PythonIterator", None) - print(self._PythonIterator) if self._PythonIterator is not None: self._PythonIterator.restype = ctypes.c_char_p self._PythonIterator.argtypes = [ctypes.c_char_p, ctypes.POINTER(ctypes.c_void_p)]