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:
parent
509cbabedb
commit
da9eece6c0
1 changed files with 0 additions and 2 deletions
|
@ -50,8 +50,6 @@ function renderPackage(pkg, installedPlugins, page) {
|
||||||
return ip.Name == pkg.name;
|
return ip.Name == pkg.name;
|
||||||
})[0];
|
})[0];
|
||||||
|
|
||||||
console.log(pkg)
|
|
||||||
|
|
||||||
populateVersions(pkg, page, installedPlugin);
|
populateVersions(pkg, page, installedPlugin);
|
||||||
populateHistory(pkg, page);
|
populateHistory(pkg, page);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue