diff --git a/lib/client/deploy.js b/lib/client/deploy.js index f2a624d..b1eaef9 100644 --- a/lib/client/deploy.js +++ b/lib/client/deploy.js @@ -116,7 +116,6 @@ Deployment.prototype.publish = function (url, tar, key, callback) { } }, function (err, res, body) { if(err) { - console.log("error from post", err); return callback(err); } @@ -200,7 +199,6 @@ Deployment.prototype.authenticate = function (credentials, fn) { var user = deployment.getConfig('user'); deployment.sid = sid; deployment.user = user; - console.log(sid, user); if(sid) { fn(true); } else { @@ -213,7 +211,6 @@ Deployment.prototype.getOnlineDeployments = function(fn) { var deployment = this; var sid = deployment.getConfig('sid'); - console.log('sid', sid); request.cookie('sid=' + sid); var meIdQ = q.fcall(function() { @@ -229,7 +226,6 @@ Deployment.prototype.getOnlineDeployments = function(fn) { jar: false }, function(err, res, user) { - console.log("GET /online", err, user, res.statusCode); if (err) return d.reject(err); if (!user) return d.reject(new Error("Not logged in")); d.resolve(user.id); diff --git a/lib/resources/dashboard/deployments.html b/lib/resources/dashboard/deployments.html index 5f46344..953d75c 100644 --- a/lib/resources/dashboard/deployments.html +++ b/lib/resources/dashboard/deployments.html @@ -6,12 +6,10 @@
A Deployment is an instance of your app hosted on deploydapp.com.
-+ A Deployment is an instance of your app hosted on deploydapp.com. +
+