From 4d417690768e482b96e01b131e6cf23dc00c68c0 Mon Sep 17 00:00:00 2001 From: jasonchenwork Date: Tue, 2 Sep 2025 15:06:01 +0800 Subject: [PATCH] 2509021505 --- .../SongSearch/PrimaryForm.SongSearch.NumberSearch.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/PrimaryFormParts/SongSearch/PrimaryForm.SongSearch.NumberSearch.cs b/PrimaryFormParts/SongSearch/PrimaryForm.SongSearch.NumberSearch.cs index f847aa0..a65d288 100644 --- a/PrimaryFormParts/SongSearch/PrimaryForm.SongSearch.NumberSearch.cs +++ b/PrimaryFormParts/SongSearch/PrimaryForm.SongSearch.NumberSearch.cs @@ -226,7 +226,6 @@ namespace DualScreenDemo if (inputBoxSongIDSearch.Visible) { inputBoxSongIDSearch.Text += button.Tag.ToString(); - Console.WriteLine(inputBoxSongIDSearch.Text); } } }