Attempt to get tests passing on TravisCI
diff --git a/tests/lib/client.test.js b/tests/lib/client.test.js
index 857a4b5..b3b4d95 100644
--- a/tests/lib/client.test.js
+++ b/tests/lib/client.test.js
@@ -53,7 +53,6 @@
 
     it('should not fail when a callback function is not passed', function() {
         // note: this test will NOT fail gracefully inside the Mocha event chain
-        console.log(response)
         client.GET(_collection)
     })