Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit dacbe22

Browse files
committed
Remove bad logging
1 parent bb538e5 commit dacbe22

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

EssentialsPlugin/NetworkHandlers/BlockNameHandler.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,10 @@ public override bool Handle( ulong remoteUserId, CallSite site, BitStream stream
7070
{
7171
if ( !item.Enabled )
7272
continue;
73-
74-
Essentials.Log.Error("enter");
73+
7574
if (item.EntityId != grid.EntityId && item.EntityId != -1)
7675
continue;
77-
78-
Essentials.Log.Error("pass");
76+
7977
if ( !item.ProtectionSettingsDict.Dictionary.ContainsKey( ProtectedItem.ProtectionModeEnum.BlockRename ) )
8078
continue;
8179

0 commit comments

Comments
 (0)