Skip to content

Commit

Permalink
remove unnecessary debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
jlipps committed Nov 8, 2013
1 parent c62a44e commit 32bf686
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion grunt-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 32bf686

Please sign in to comment.