PLCControler.py
branchsearch_in_CTN
changeset 2529 efb532295607
parent 2523 aa7f138648f3
child 2551 245644bfcd24
--- 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