From 6954e996fd46cacd4191b68194cbcaca877223c1 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Thu, 14 Apr 2016 16:53:23 +0200 Subject: [PATCH] Remove debug console.log --- notebook/static/base/js/keyboard.js | 1 - 1 file changed, 1 deletion(-) 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