typo, remove dead code, comments, fix recurring refresh, let fetcher handle it

This commit is contained in:
Sam Detweiler
2020-10-12 09:01:50 -05:00
parent e8f60d39de
commit 4a7cb88a3e
3 changed files with 12 additions and 21 deletions

View File

@@ -70,7 +70,6 @@ module.exports = NodeHelper.create({
} else {
Log.log("Use existing calendar fetcher for url: " + url);
fetcher = self.fetchers[identifier + url];
//fetcher.broadcastEvents();
}
fetcher.startFetch();