mirror of
https://github.com/yuzu-emu/liftinstall
synced 2024-11-23 17:04:02 +00:00
Remove useless logging from frontend
This commit is contained in:
parent
58530ef352
commit
08cf5dea6f
1 changed files with 0 additions and 3 deletions
|
@ -219,15 +219,12 @@
|
|||
|
||||
var results = {};
|
||||
|
||||
console.log("Packages: " + this.config.packages);
|
||||
|
||||
for (var package_index = 0; package_index < this.config.packages.length; package_index++) {
|
||||
var current_package = this.config.packages[package_index];
|
||||
if (current_package.default != null) {
|
||||
results[current_package.name] = current_package.default;
|
||||
}
|
||||
}
|
||||
console.log("Results: " + results);
|
||||
|
||||
results["path"] = this.install_location;
|
||||
|
||||
|
|
Loading…
Reference in a new issue