From fd1d0e7f55b9a1175b3c938406aa01f9b357d42f Mon Sep 17 00:00:00 2001 From: Colin Frei Date: Mon, 23 Sep 2013 20:48:54 +0200 Subject: [PATCH] remove unnecessary console logs --- js/directives.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/directives.js b/js/directives.js index 3e6fdc2..029702b 100644 --- a/js/directives.js +++ b/js/directives.js @@ -95,8 +95,6 @@ angular.module('podcast.directives', []) //TODO: this should probably work somehow without setting a timeout // - need to be able to set the order of watchers? setTimeout(function() { - console.log('bla'); - console.log(element[0]); var scroll = new iScroll(element[0], {vScrollbar: false}); }, 500); }