Skip to content

Commit

Permalink
Disable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
chabou committed Feb 8, 2017
1 parent c9743bb commit 5f7818a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const Mousetrap = require('mousetrap');

let debug_enabled_ = true;
let debug_enabled_ = false;

const debug = function () {
if (debug_enabled_){
Expand Down

0 comments on commit 5f7818a

Please sign in to comment.