fix: Removes console log for has access (#1183)
This commit is contained in:
parent
3c636b04fd
commit
3c5e9eaec9
1 changed files with 0 additions and 2 deletions
|
|
@ -1074,8 +1074,6 @@ namespace Server.Accounting
|
|||
}
|
||||
}
|
||||
|
||||
Console.WriteLine("{0} {1}", hasAccess ? "yes" : "no", _accessLevel);
|
||||
|
||||
if (!hasAccess)
|
||||
{
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue