diff -r 6bfc8a9bf0e7 -r efb532295607 PLCControler.py --- a/PLCControler.py Fri Mar 22 10:57:04 2019 +0100 +++ b/PLCControler.py Fri Mar 22 11:09:41 2019 +0100 @@ -2750,7 +2750,6 @@ def SearchInProject(self, criteria): project_matches = self.Project.Search(criteria) - print(project_matches) ctn_matches = self.CTNSearch(criteria) return project_matches + ctn_matches