Browse Source

temporal: remove leftover print

Anna Petrasova 5 years ago
parent
commit
07e5291594
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib/python/temporal/core.py

+ 0 - 1
lib/python/temporal/core.py

@@ -1319,7 +1319,6 @@ class DBConnection(object):
 
            :param statement: The executable SQL statement or SQL script
         """
-        print (statement)
         connected = False
         if not self.connected:
             self.connect()