From e880940099bce2edca9e17fbb5cff16d445fc896 Mon Sep 17 00:00:00 2001 From: mzabriskie Date: Mon, 2 Feb 2015 23:11:09 -0700 Subject: [PATCH] Stray console.log --- test/unit/axios/http.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/unit/axios/http.js b/test/unit/axios/http.js index 07f3870..38ee7a5 100644 --- a/test/unit/axios/http.js +++ b/test/unit/axios/http.js @@ -10,7 +10,6 @@ module.exports = { }, testJSON: function (test) { - console.log('testJSON'); var data = { firstName: 'Fred', lastName: 'Flintstone',