1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 20:43:12 +02:00

+- Removed some ancient debugging code (num - %s)

This commit is contained in:
stskeeps
2002-01-01 16:40:00 +00:00
parent bebebf6cdf
commit d20059ea7d
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -285,7 +285,6 @@ int m_alias(aClient *cptr, aClient *sptr, int parc, char *parv[], char *cmd) {
}
nums[k] = 0;
i--;
ircd_log(LOG_ERROR, "num - %s", nums);
if (format->parameters[i+1] == '-') {
strrangetok(parv[1], current, ' ', atoi(nums),0);
i++;