mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
remove console log
This commit is contained in:
@@ -114,7 +114,6 @@ export function SettingsPage() {
|
||||
|
||||
const loadInstallationFolder = () => {
|
||||
steamDownloader.getInstallationFolder().then(res => {
|
||||
console.log("AAAAA", res);
|
||||
setInstallationFolder(res);
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user