From de7a9ac433730880b986139d27af24a7b57860bd Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Fri, 25 Sep 2015 13:34:38 -0700 Subject: [PATCH] Remove random puts command --- lib/vmfloaty/pooler.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/vmfloaty/pooler.rb b/lib/vmfloaty/pooler.rb index af59fca..963f0fc 100644 --- a/lib/vmfloaty/pooler.rb +++ b/lib/vmfloaty/pooler.rb @@ -42,7 +42,6 @@ class Pooler modify_body['tags'] = tags end - puts modify_body conn = Http.get_conn_with_token(verbose, url, token) conn.headers['X-AUTH-TOKEN']