fix: Removes console log for has access (#1183)

This commit is contained in:
Kamron Batman 2022-10-06 13:53:32 -07:00 committed by GitHub
parent 3c636b04fd
commit 3c5e9eaec9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1074,8 +1074,6 @@ namespace Server.Accounting
}
}
Console.WriteLine("{0} {1}", hasAccess ? "yes" : "no", _accessLevel);
if (!hasAccess)
{
return false;