關閉測試函式
This commit is contained in:
parent
b1ba0ed286
commit
d81c88119d
@ -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){
|
||||
|
Loading…
x
Reference in New Issue
Block a user