Skip to content

Commit

Permalink
Remove debug console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Apr 14, 2016
1 parent 1096410 commit 6954e99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion notebook/static/base/js/keyboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ define([
patch.keys[this._mode] = {bind:{}};
patch.keys[this._mode].bind[shortcut] = null;
this._config.update(patch);
console.info(patch);

// if the shortcut we unbind is a default one, we add it to the list of
// things to unbind at startup
Expand Down

0 comments on commit 6954e99

Please sign in to comment.