remove debug console.log

This commit is contained in:
ading2210 2024-01-23 00:43:22 +00:00
parent 1a828bfbdd
commit e962e34ec4

View file

@ -174,9 +174,7 @@ export default function SettingsUi() {
<Button
size={Button.Sizes.SMALL}
onClick={async () => {
console.log("test");
const choice = await VesktopNative.fileManager.selectImagePath();
console.log(choice);
if (choice === "cancelled") return;
Settings.splashAnimationPath = choice;
}}