remove unnecessary log

This commit is contained in:
Colin Frei 2013-07-29 17:40:19 +02:00
parent 520e18f8c8
commit e4a0e171e6

View file

@ -579,7 +579,6 @@ angular.module('podcasts.importer', ['podcasts.utilities', 'podcasts.services'])
var feedUrl = element.attr('xmlUrl');
if (feedUrl) {
console.log('adding something');
feeds.add(feedUrl);
}
});