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;