From: Jesse Friedman Date: Tue, 19 Jul 2016 09:12:19 +0000 (-0400) Subject: Commenting out console.log in Reveal X-Git-Tag: v6.2.4-rc1~52^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9036%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Commenting out console.log in Reveal --- 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');