From 1ccdeb387b114a309572262fd0a1fe1b204ff575 Mon Sep 17 00:00:00 2001 From: phyusin Date: Tue, 2 Oct 2018 15:07:43 +0630 Subject: [PATCH] remove print data --- app/controllers/origami/quick_service_controller.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/controllers/origami/quick_service_controller.rb b/app/controllers/origami/quick_service_controller.rb index 61e4d7d5..1924f33e 100644 --- a/app/controllers/origami/quick_service_controller.rb +++ b/app/controllers/origami/quick_service_controller.rb @@ -34,9 +34,6 @@ class Origami::QuickServiceController < ApplicationController end end end - - puts "@quick_service_only" - puts @quick_service_only render "origami/addorders/detail" end