added comments

This commit is contained in:
Sem van der Hoeven
2020-10-07 12:22:10 +02:00
7 changed files with 72 additions and 13 deletions

View File

@@ -167,7 +167,6 @@ namespace Server
private bool verifyLogin(string username, string password)
{
Console.WriteLine("got hashes " + username + "\n" + password);
if (!File.Exists(fileName))