#10 Some optimization

This commit is contained in:
Serraniel 2019-01-30 20:50:53 +01:00
parent ff52b5eb8a
commit 560c3711fa
Signed by untrusted user who does not match committer: Serraniel
GPG key ID: 3690B4E7364525D3

View file

@ -192,7 +192,7 @@ namespace DML.Application.Classes
} }
} }
catch (HttpException e) catch (HttpException)
{ {
Logger.Warn("HTTPException occured during login. Probably from login token."); Logger.Warn("HTTPException occured during login. Probably from login token.");
} }