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);