rm console.log

This commit is contained in:
Nate Goldman
2016-03-05 10:03:31 -08:00
parent 82732aae11
commit efc116f0ad

View File

@@ -85,7 +85,6 @@ function init () {
}) })
document.addEventListener('keydown', function (e) { document.addEventListener('keydown', function (e) {
console.log('keydown ' + e.which)
if (e.which === 27) { /* ESC means either exit fullscreen or go back */ if (e.which === 27) { /* ESC means either exit fullscreen or go back */
if (state.view.isFullScreen) { if (state.view.isFullScreen) {
dispatch('toggleFullScreen') dispatch('toggleFullScreen')