Skip to content

Commit 63d4b91

Browse files
fix: remove left in debugging code
1 parent b98f0e0 commit 63d4b91

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/AutoCode.cs

-2
Original file line numberDiff line numberDiff line change
@@ -937,8 +937,6 @@ private void HandleUse(BasePlayer player, string label, string[] args)
937937
// Use given code?
938938
if (plugin.IsValidCode(operation))
939939
{
940-
Interface.Oxide.LogInfo(string.Format("{0} {1}", guest, args.Length));
941-
942940
if ((guest && args.Length > 2) || (!guest && args.Length > 1))
943941
{
944942
player.ChatMessage(string.Format(plugin.lang.GetMessage("InvalidArgsTooMany", plugin, player.UserIDString), label));

0 commit comments

Comments
 (0)