Просмотр исходного кода

Remove debug print while adding a new order

Jovian (Netbook) 5 лет назад
Родитель
Сommit
b4e4f1dc27
1 измененных файлов с 0 добавлено и 8 удалено
  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()