diff --git a/database/database_table.py b/database/database_table.py
index d44e689893fb85606da42b1fcc87e5ebea575f1c..8d0c6389e770ce8b167bede6f0f83c77f526f109 100644
--- a/database/database_table.py
+++ b/database/database_table.py
@@ -818,7 +818,6 @@ class DatabaseTable(Table):
 
         case = case.strip("~")      # doesn't need "~" anymore
         str_list = re.findall(r'("[\w]"|[\w.]+)', case)
-        print('-----------------\n',str_list,'\n--------------------')
         for substr in str_list:
             if '.' in substr:        # We have a var from another table
                 table = substr.split('.')[0]