remove unnecessary console logs
This commit is contained in:
parent
457da3dff1
commit
fd1d0e7f55
1 changed files with 0 additions and 2 deletions
|
@ -95,8 +95,6 @@ angular.module('podcast.directives', [])
|
||||||
//TODO: this should probably work somehow without setting a timeout
|
//TODO: this should probably work somehow without setting a timeout
|
||||||
// - need to be able to set the order of watchers?
|
// - need to be able to set the order of watchers?
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
console.log('bla');
|
|
||||||
console.log(element[0]);
|
|
||||||
var scroll = new iScroll(element[0], {vScrollbar: false});
|
var scroll = new iScroll(element[0], {vScrollbar: false});
|
||||||
}, 500);
|
}, 500);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue