Skip to content

Commit 46e7d0a

Browse files
committed
Removed debug print
1 parent f4dcc8d commit 46e7d0a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripting/basechat.sp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,6 @@ public int Handler_DoNothing(Menu menu, MenuAction action, int param1, int param
451451
public Action mcp_DirectMessageGroupName(int sender, int recipient, mcpSenderFlag senderflags, mcpTargetGroup targetgroup, const char[] groupphrase, char[] groupname) {
452452
int dmTarget;
453453
if (targetgroup == mcpTargetDirect && (dmTarget = MCP_GetMessageData())!=0) {
454-
PrintToServer("Formatting %s with %N for %N", groupphrase, dmTarget, recipient);
455454
Format(groupname, MCP_MAXLENGTH_TRANPHRASE, "%T", groupphrase, recipient, dmTarget);
456455
return Plugin_Changed;
457456
}

0 commit comments

Comments
 (0)