From: Michal Fojtik <mfoj...@redhat.com>

Signed-off-by: Michal fojtik <mfoj...@redhat.com>
---
 server/lib/cimi/collections/addresses.rb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/server/lib/cimi/collections/addresses.rb 
b/server/lib/cimi/collections/addresses.rb
index 92aca3e..c34068d 100644
--- a/server/lib/cimi/collections/addresses.rb
+++ b/server/lib/cimi/collections/addresses.rb
@@ -25,9 +25,7 @@ module CIMI::Collections
       operation :index, :with_capability => :addresses do
         description 'List all Addresses in the AddressCollection'
         control do
-          puts "GET ADDRESSES"
           addresses = Address.list(self).select_by(params['$select'])
-          puts "GOT #{addresses.size}"
           respond_to do |format|
             format.xml {addresses.to_xml}
             format.json {addresses.to_json}
-- 
1.8.1.2

Reply via email to