diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/unreal32.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/unreal32.c b/src/unreal32.c index c28947428..758ac8008 100644 --- a/src/unreal32.c +++ b/src/unreal32.c @@ -794,8 +794,6 @@ void anope_cmd_svskill(char *source, char *user, const char *fmt, ...) */ void anope_cmd_svsmode(User * u, int ac, char **av) { - alog("ac count %d %s %s", ac, av[0], av[1]); - if (ac > 1) { if (!u || !av[0]) { return; |