Update curse-addon-provider.ts

This commit is contained in:
jliddev
2020-10-17 18:08:14 -05:00
parent c69f804c41
commit 2eb5e85555

View File

@@ -579,8 +579,6 @@ export class CurseAddonProvider implements AddonProvider {
(lf) => this.getChannelType(lf.releaseType) <= channelType
);
console.log(scanResult.searchResult.name, channelType);
// If there were no releases that met the channel type restrictions
if (!latestVersion) {
latestVersion = _.first(latestFiles);