From ba871cbf3e220555c444cbe81792c239a98d1ce3 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Thu, 5 Mar 2015 10:05:56 +0000 Subject: [PATCH] Remove console logs --- lib/matrix.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/matrix.js b/lib/matrix.js index d1ff65762..bc3f7a00a 100644 --- a/lib/matrix.js +++ b/lib/matrix.js @@ -538,8 +538,6 @@ var init = function(exports){ }, _request: function(callback, method, uri, params, data) { - console.log(" => %s", uri); - console.log(" %s", JSON.stringify(data)); if (callback !== undefined && !isFunction(callback)) { throw Error("Expected callback to be a function"); } @@ -607,4 +605,4 @@ if (typeof exports === 'undefined') { } else { init(exports); -} \ No newline at end of file +}