update remove byebyg

This commit is contained in:
Aung Myo
2018-03-05 14:10:38 +06:30
parent 2d62750caa
commit 4b26c7617c

View File

@@ -35,7 +35,6 @@ class InstallController < BaseController
if response[:status]
redirect_to root_url, notice: response["message"]
else
byebug
redirect_to activate_path, notice: response["message"]
end
end