1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

M #-: Remove debug code

This commit is contained in:
Tino Vazquez 2020-09-08 19:03:44 +02:00
parent 315ede85fc
commit 41cc656fcf
No known key found for this signature in database
GPG Key ID: 2FE9C32E94AEABBE

View File

@ -236,8 +236,6 @@ delete '/service/:id' do
end
post '/service/:id/action' do
# require 'pry-byebug'
# binding.pry
action = JSON.parse(request.body.read)['action']
opts = action['params']