update secret file for devlopment

This commit is contained in:
Aung Myo
2018-06-19 09:55:06 +06:30
parent 2de538aee6
commit c7fde4b60c
2 changed files with 1 additions and 2 deletions

View File

@@ -261,7 +261,6 @@ class Origami::AddordersController < BaseOrigamiController
#Send to background job for processing
order = Order.find(order_id)
sidekiq = Lookup.find_by_lookup_type("sidekiq")
if ENV["SERVER_MODE"] != 'cloud'
cup_status = `#{"sudo service cups status"}`
print_status = check_cup_status(cup_status)