From 73c81df71538616a4f9ada60b43701b73a6a0422 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 28 Sep 2016 10:28:59 -0400 Subject: took out log Former-commit-id: 37e5884ba526e586f60f99effb7957326610f733 --- www/external/ionic.headerShrink.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www') diff --git a/www/external/ionic.headerShrink.js b/www/external/ionic.headerShrink.js index e0f3f244..70f9a1d2 100644 --- a/www/external/ionic.headerShrink.js +++ b/www/external/ionic.headerShrink.js @@ -39,7 +39,7 @@ angular.module('ionic.ion.headerShrink', []) } else { y = 0; } - console.log(scrollTop); + //console.log(scrollTop); ionic.requestAnimationFrame(function () { fadeAmt = 1 - (y / headerHeight); -- cgit v1.2.3