diff --git a/notebook/static/base/js/keyboard.js b/notebook/static/base/js/keyboard.js index c19e273c1..5c3f3d2b0 100644 --- a/notebook/static/base/js/keyboard.js +++ b/notebook/static/base/js/keyboard.js @@ -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