On 02/27, Ronelle Landy wrote:
> ACK to series - GET /api/addresses and GET /cimi/addresses both work now.
> Was able to gem install sinatra-rabbit-1.1.5

Thanks! Pushed.

> 
> > From: mfoj...@redhat.com
> > To: dev@deltacloud.apache.org
> > Sent: Wednesday, February 27, 2013 9:23:34 AM
> > Subject: [PATCH core 1/3] CIMI: Removed debug statements from 
> > AddressCollection
> > 
> > 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
> > 
> > 

-- 
Michal Fojtik <mfoj...@redhat.com>
Deltacloud API, CloudForms

Reply via email to