From 5d3f3c89a7231250bfa8276e8a2c2d2364d42dcd Mon Sep 17 00:00:00 2001 From: Metwara Narksook Date: Thu, 4 Sep 2014 16:25:42 +0700 Subject: [PATCH] Remove console.log --- lib/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 97bd09c..65a2173 100644 --- a/lib/index.js +++ b/lib/index.js @@ -60,7 +60,6 @@ Instapush.prototype.request = function (method, url,data, callback) { headers: headers, json: data }, function (err, response, body) { - console.log(protocole+'://'+self.url+'/'+self.version+'' + url); if (err) return callback(err); if (response.code < 200 || response.code > 302) return callback(body); callback(null, body);