You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by lu...@apache.org on 2012/12/19 00:02:36 UTC

[2/4] git commit: CIMI: Removed forgotten 'puts' statement in base

CIMI: Removed forgotten 'puts' statement in base

Signed-off-by: Michal fojtik <mf...@redhat.com>
TrackedAt: http://tracker.deltacloud.org/patch/5937485e7e6f1d0920b886e3d2b5c20a059398c2


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

Branch: refs/heads/master
Commit: 52998038d2c373433607758122fbb3c674691a6c
Parents: c4921e8
Author: Michal Fojtik <mf...@redhat.com>
Authored: Fri Dec 14 13:03:36 2012 +0100
Committer: David Lutterkort <lu...@redhat.com>
Committed: Tue Dec 18 15:00:36 2012 -0800

----------------------------------------------------------------------
 server/lib/cimi/models/base.rb |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/52998038/server/lib/cimi/models/base.rb
----------------------------------------------------------------------
diff --git a/server/lib/cimi/models/base.rb b/server/lib/cimi/models/base.rb
index 9928fd9..33bd842 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