You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by "marios@redhat.com" <ma...@redhat.com> on 2012/03/12 11:19:48 UTC

Re: [PATCH core 1/5] CIMI: Removed forgotten puts in client app starter

ACK series - client views are much nicer like this

On 29/02/12 15:57, mfojtik@redhat.com wrote:
> From: Michal Fojtik <mf...@redhat.com>
> 
> 
> Signed-off-by: Michal fojtik <mf...@redhat.com>
> ---
>  clients/cimi/bin/start |    2 --
>  1 files changed, 0 insertions(+), 2 deletions(-)
> 
> 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(" ")