From 32bf68686250895586a3be63006ae2f71d095a6b Mon Sep 17 00:00:00 2001 From: Jonathan Lipps Date: Fri, 8 Nov 2013 10:50:35 -0800 Subject: [PATCH] remove unnecessary debug log --- grunt-helpers.js | 1 - 1 file changed, 1 deletion(-) diff --git a/grunt-helpers.js b/grunt-helpers.js index 0c2ed8ecb6f..fbfb69d232e 100644 --- a/grunt-helpers.js +++ b/grunt-helpers.js @@ -288,7 +288,6 @@ var auth_updateSecurityDb = function(grunt, cb) { module.exports.authorize = function(grunt, cb) { auth_enableDevTools(grunt, function(err) { - console.log('hi2'); if (err) grunt.fatal(err); auth_writeAuthFile(grunt, function(err) { if (err) grunt.fatal(err);