diff --git a/PrimaryFormParts/PrimaryForm.SQLSearch.cs b/PrimaryFormParts/PrimaryForm.SQLSearch.cs index 5f64a76..1fc8f1c 100644 --- a/PrimaryFormParts/PrimaryForm.SQLSearch.cs +++ b/PrimaryFormParts/PrimaryForm.SQLSearch.cs @@ -236,14 +236,15 @@ namespace DualScreenDemo{ isLoggedIn=false; userPhone=string.Empty; } - private static int countforSearch = 0; + //private static int countforSearch = 0; private static void writeLogforSearchTime(long elapsedMs){ - + /* countforSearch++; string logFilePath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "txt", "searchTimeLog.txt"); string data = $"{countforSearch}, {elapsedMs} " + Environment.NewLine; File.AppendAllText(logFilePath, data); + */ } public void AddSongCount(string id){