From e029dc943f0800a61de80ecf86a2aff855798a8d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tobias=20T=C3=B6rnros?= Date: Thu, 4 Aug 2016 15:12:40 +0200 Subject: [PATCH] Removed commented console.log in Reveal --- js/foundation.reveal.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/foundation.reveal.js b/js/foundation.reveal.js index 02f99c77a..50f006282 100644 --- a/js/foundation.reveal.js +++ b/js/foundation.reveal.js @@ -238,7 +238,6 @@ class Reveal { 'tabindex': -1 }) .focus(); - // console.log('focus'); } if (this.options.overlay) { Foundation.Motion.animateIn(this.$overlay, 'fade-in'); -- 2.47.2