mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Feature #3175: Remove debugging info
This commit is contained in:
parent
8acf5440a9
commit
771a213b7f
@ -14,10 +14,6 @@
|
||||
# limitations under the License. #
|
||||
#--------------------------------------------------------------------------- #
|
||||
|
||||
# TODO: remove
|
||||
require 'rubygems'
|
||||
require 'pp'
|
||||
|
||||
################################################################################
|
||||
# IP and NETMASK Library
|
||||
################################################################################
|
||||
@ -205,9 +201,6 @@ end
|
||||
# SecurityGroups and Rules
|
||||
################################################################################
|
||||
|
||||
# TODO: remove
|
||||
require 'colorator'
|
||||
|
||||
class CommandsError < StandardError; end
|
||||
|
||||
class Commands
|
||||
@ -236,13 +229,7 @@ class Commands
|
||||
|
||||
@commands.each{|c|
|
||||
|
||||
# TODO: remove
|
||||
puts "=> #{c}".green
|
||||
|
||||
c_out = `#{c}`
|
||||
puts c_out if !c_out.empty?
|
||||
|
||||
out << c_out
|
||||
out << `#{c}`
|
||||
|
||||
if !$?.success?
|
||||
clear!
|
||||
|
Loading…
x
Reference in New Issue
Block a user