del puts line in oqs
This commit is contained in:
@@ -5,8 +5,7 @@ class OrderQueueProcessorJob < ApplicationJob
|
|||||||
# Do something later
|
# Do something later
|
||||||
#Order ID
|
#Order ID
|
||||||
order = Order.find(order_id)
|
order = Order.find(order_id)
|
||||||
puts order_id
|
|
||||||
puts order
|
|
||||||
#Loop through the order stations and process the items
|
#Loop through the order stations and process the items
|
||||||
#Execute orders and send to order stations
|
#Execute orders and send to order stations
|
||||||
if order
|
if order
|
||||||
|
|||||||
Reference in New Issue
Block a user