From fa86d77c28eeedd6e32b7b8340a97a5e9b528399 Mon Sep 17 00:00:00 2001 From: cyan <> Date: Tue, 30 Sep 2003 11:16:37 +0000 Subject: [PATCH] Oops, forgot to strip out some debugging log() calls. --- exec/ircd.js | 1 - 1 file changed, 1 deletion(-) diff --git a/exec/ircd.js b/exec/ircd.js index 63380b90ad..36ae5509dc 100644 --- a/exec/ircd.js +++ b/exec/ircd.js @@ -259,7 +259,6 @@ function searchbychannel(chan) { function searchbyserver(server_name,ignore_wildcards) { if (!server_name) return 0; - log("ignore wildcards? " + ignore_wildcards); if ((ignore_wildcards && (servername.toUpperCase() == server_name.toUpperCase()) ) || (!ignore_wildcards && match_irc_mask(servername,server_name)) ) -- GitLab