mirror of
https://github.com/WowUp/WowUp.git
synced 2026-05-24 22:46:45 -04:00
Update curse-addon-provider.ts
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user