1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Remove extra console.log

This commit is contained in:
Joshua M. Boniface 2023-05-29 11:19:13 -04:00
parent 509cbabedb
commit da9eece6c0

View file

@ -50,8 +50,6 @@ function renderPackage(pkg, installedPlugins, page) {
return ip.Name == pkg.name;
})[0];
console.log(pkg)
populateVersions(pkg, page, installedPlugin);
populateHistory(pkg, page);