mirror of
https://github.com/aaru-dps/RedBookPlayer.git
synced 2025-12-16 19:24:41 +00:00
Remove left over print
This commit is contained in:
@@ -27,7 +27,6 @@ namespace RedBookPlayer
|
||||
{
|
||||
Settings settings = JsonSerializer.Deserialize<Settings>(File.ReadAllText(filePath));
|
||||
settings.filePath = filePath;
|
||||
Console.WriteLine(settings.AutoPlay);
|
||||
|
||||
MainWindow.ApplyTheme(settings.SelectedTheme);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user