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 2012/03/12 14:29:58 UTC

[1/4] git commit: CIMI: Removed forgotten puts in client app starter

Updated Branches:
  refs/heads/master 01dcde5a0 -> 1047a7887


CIMI: Removed forgotten puts in client app starter


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

Branch: refs/heads/master
Commit: e7128f019bfa24dbf4ca57c090f678b68a986b6f
Parents: 01dcde5
Author: Michal Fojtik <mf...@redhat.com>
Authored: Wed Feb 29 14:50:11 2012 +0100
Committer: Michal fojtik <mf...@redhat.com>
Committed: Mon Mar 12 14:30:44 2012 +0100

----------------------------------------------------------------------
 clients/cimi/bin/start |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/e7128f01/clients/cimi/bin/start
----------------------------------------------------------------------
diff --git a/clients/cimi/bin/start b/clients/cimi/bin/start
index 94d6fc9..1f105a1 100755
--- a/clients/cimi/bin/start
+++ b/clients/cimi/bin/start
@@ -106,8 +106,6 @@ else
 
   argv_opts.flatten!
 
-  puts argv_opts.inspect
-
   if have_rerun && options[:env] == "development"
     argv_opts.unshift "thin"
     command = argv_opts.join(" ")