Skip to content

Commit

Permalink
Remove redundant logging
Browse files Browse the repository at this point in the history
  • Loading branch information
EranSch committed Sep 10, 2014
1 parent 2f25d95 commit 2d6f2a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib/brain.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ var wpAdminHide = {
},
function() {
wpAdminHide.toggleIcon(true);
console.log("Bar removed!");
});
},

Expand All @@ -63,9 +62,7 @@ var wpAdminHide = {
},
function() {
wpAdminHide.toggleIcon(false);
console.log("Bar restored!");
});

},

/*
Expand Down

0 comments on commit 2d6f2a5

Please sign in to comment.