Changed iOS Build Version

This commit is contained in:
TheJoKlLa
2021-09-18 17:18:24 +02:00
parent 614aa7a8ca
commit b1220ec384
2 changed files with 2 additions and 1 deletions

View File

@ -108,7 +108,7 @@ namespace FabAccessAPI
public class Auth
{
#region Log
private static readonly log4net.ILog _Log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
//private static readonly log4net.ILog _Log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
#endregion
private IAuthenticationSystem _authCap;