You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by mf...@redhat.com on 2012/12/14 13:04:53 UTC

[PATCH core 3/4] CIMI: Removed forgotten 'puts' statement in base

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


Signed-off-by: Michal fojtik <mf...@redhat.com>
---
 server/lib/cimi/models/base.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/server/lib/cimi/models/base.rb b/server/lib/cimi/models/base.rb
index 0708988..9869fea 100644
--- a/server/lib/cimi/models/base.rb
+++ b/server/lib/cimi/models/base.rb
@@ -108,7 +108,6 @@ class CIMI::Model::Resource
       clone_base_schema unless base_schema_cloned?
       member_name = model.name.split("::").last
       if ::Struct.const_defined?("CIMI_#{member_name}")
-        puts "Removing struct"
         ::Struct.send(:remove_const, "CIMI_#{member_name}")
       end
       member_symbol = member_name.underscore.pluralize.to_sym
-- 
1.8.0.2