Skip to content

Commit

Permalink
removed old code
Browse files Browse the repository at this point in the history
  • Loading branch information
da1nerd committed Aug 27, 2021
1 parent a7f55d2 commit bbc90bc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,6 @@ Updater.prototype.downloadResources = async function(languageList, resourcesPath
return results;
};

Updater.prototype.getLatestResourcesForLanguage = async function(language) {
this.getLatestResources([]);
return getResourcesForLanguage(language);
};

/**
* @description move the converted resource to user's resource folder
* @param {String} resourceSourcePath - Location of selected downloaded resources
Expand Down

0 comments on commit bbc90bc

Please sign in to comment.