diff --git a/Borepin/Borepin.iOS/Borepin.iOS.csproj b/Borepin/Borepin.iOS/Borepin.iOS.csproj index fb9bb5c..dc82457 100644 --- a/Borepin/Borepin.iOS/Borepin.iOS.csproj +++ b/Borepin/Borepin.iOS/Borepin.iOS.csproj @@ -55,6 +55,7 @@ SdkOnly -all --optimize=experimental-xforms-product-type + none diff --git a/FabAccessAPI/Auth.cs b/FabAccessAPI/Auth.cs index db71786..4639c87 100644 --- a/FabAccessAPI/Auth.cs +++ b/FabAccessAPI/Auth.cs @@ -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;