diff --git a/bin/cloudcmd.js b/bin/cloudcmd.js index a4307b22..75e0e6d7 100755 --- a/bin/cloudcmd.js +++ b/bin/cloudcmd.js @@ -65,7 +65,6 @@ if (error) { status = 'error'; - Util.log(error.code); } else { status = 'ok'; config = Util.parseJSON(data);