remove console log

This commit is contained in:
MathieuG-P
2024-08-29 19:37:16 +02:00
parent 150efb1a5c
commit 98bfbfa868
@@ -114,7 +114,6 @@ export function SettingsPage() {
const loadInstallationFolder = () => {
steamDownloader.getInstallationFolder().then(res => {
console.log("AAAAA", res);
setInstallationFolder(res);
});
};