remove unnecessary console logs

This commit is contained in:
Colin Frei 2013-09-23 20:48:54 +02:00
parent 457da3dff1
commit fd1d0e7f55

View file

@ -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);
}