diff -r 2e0fbdd152de -r cbf0a9ffc782 runtime/PLCObject.py --- 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)]