Browse Source

Remove debug print while adding a new order

Jovian (Netbook) 5 years ago
parent
commit
b4e4f1dc27
1 changed files with 0 additions and 8 deletions
  1. 0 8
      consumer/connect.py

+ 0 - 8
consumer/connect.py

@@ -74,14 +74,6 @@ class DataConsumer():
 
     def addOrder(self, company, houseId, proList, proQuantityList, dueDate):
 
-        # Debug : work under progress
-        print('add order not implemented yet')
-        print(company)
-        print(houseId)
-        print(proList)
-        print(proQuantityList)
-        print(dueDate)
-        
         # Create cursor to execute SQL statements
         cursor = self.conn.cursor()