diff --git a/NickvisionTagger.GNOME/Views/MainWindow.cs b/NickvisionTagger.GNOME/Views/MainWindow.cs index 1d835b28..646378cd 100644 --- a/NickvisionTagger.GNOME/Views/MainWindow.cs +++ b/NickvisionTagger.GNOME/Views/MainWindow.cs @@ -719,7 +719,6 @@ private bool OnDrop(Gtk.DropTarget sender, Gtk.DropTarget.DropSignalArgs e) { var file = new Gio.FileHelper(e.Value.GetObject()!.Handle, false); var path = file.GetPath() ?? ""; - Console.WriteLine(path); if (MusicLibrary.GetIsValidLibraryPath(path)) { Task.Run(async () => await _controller.OpenLibraryAsync(path));