From 3c5e9eaec9ce13f5405107758aa2a38d38e395f3 Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Thu, 6 Oct 2022 13:53:32 -0700 Subject: [PATCH] fix: Removes console log for has access (#1183) --- Projects/UOContent/Accounting/Account.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Projects/UOContent/Accounting/Account.cs b/Projects/UOContent/Accounting/Account.cs index 1d5a961bc..34ebc5ddb 100644 --- a/Projects/UOContent/Accounting/Account.cs +++ b/Projects/UOContent/Accounting/Account.cs @@ -1074,8 +1074,6 @@ namespace Server.Accounting } } - Console.WriteLine("{0} {1}", hasAccess ? "yes" : "no", _accessLevel); - if (!hasAccess) { return false;