From a5e25da5eb8a50f417271a5794de1646ecad6467 Mon Sep 17 00:00:00 2001 From: cainus Date: Sun, 2 Jun 2013 22:56:26 -0700 Subject: removed some stray console.logs remaining. --- lib/handleInput.js | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/handleInput.js') diff --git a/lib/handleInput.js b/lib/handleInput.js index 682a439..a354efa 100644 --- a/lib/handleInput.js +++ b/lib/handleInput.js @@ -1,7 +1,6 @@ var sendToCoveralls = require('../index').sendToCoveralls; var convertLcovToCoveralls = require('../index').convertLcovToCoveralls; var logger = require('./logger'); -console.log("index: ", require('../index')); var getOptions = require('../index').getOptions; var handleInput = function(input){ -- cgit v1.2.3