From 1e0a3d4da95f25427058d9908fee26be8c75b2c1 Mon Sep 17 00:00:00 2001 From: Jesse Friedman Date: Tue, 19 Jul 2016 05:12:19 -0400 Subject: [PATCH] Commenting out console.log in Reveal --- js/foundation.reveal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/foundation.reveal.js b/js/foundation.reveal.js index ed1d4a0d3..02f99c77a 100644 --- a/js/foundation.reveal.js +++ b/js/foundation.reveal.js @@ -238,7 +238,7 @@ class Reveal { 'tabindex': -1 }) .focus(); - console.log('focus'); + // console.log('focus'); } if (this.options.overlay) { Foundation.Motion.animateIn(this.$overlay, 'fade-in'); -- 2.47.2