You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by mf...@apache.org on 2013/03/01 10:35:10 UTC

[3/3] git commit: CIMI: Removed debug statements from AddressCollection

Updated Branches:
  refs/heads/master 2266f813c -> 246e62183


CIMI: Removed debug statements from AddressCollection


Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/6d109f6d
Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/6d109f6d
Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/6d109f6d

Branch: refs/heads/master
Commit: 6d109f6d5dfac1fef429fdd4673fcbfe338bbdd2
Parents: 2266f81
Author: Michal Fojtik <mf...@redhat.com>
Authored: Wed Feb 27 13:15:06 2013 +0100
Committer: Michal fojtik <mf...@redhat.com>
Committed: Fri Mar 1 10:33:46 2013 +0100

----------------------------------------------------------------------
 server/lib/cimi/collections/addresses.rb |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/6d109f6d/server/lib/cimi/collections/addresses.rb
----------------------------------------------------------------------
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}