remove my own dumb

This commit is contained in:
Stanley Dimant
2022-07-17 15:59:24 +02:00
parent cfbe5179a8
commit 8299a29f3a

View File

@@ -243,9 +243,6 @@ namespace MareSynchronos.UI
_darkSoulsCaptcha1 = GetCaptchaTuple(); _darkSoulsCaptcha1 = GetCaptchaTuple();
_darkSoulsCaptcha2 = GetCaptchaTuple(); _darkSoulsCaptcha2 = GetCaptchaTuple();
_darkSoulsCaptcha3 = GetCaptchaTuple(); _darkSoulsCaptcha3 = GetCaptchaTuple();
Logger.Debug(_darkSoulsCaptcha1.ToString());
Logger.Debug(_darkSoulsCaptcha2.ToString());
Logger.Debug(_darkSoulsCaptcha3.ToString());
} }
private Tuple<string, string> GetCaptchaTuple() private Tuple<string, string> GetCaptchaTuple()