From 347f5d5571f57b0986f97ecd02e44c1995c572cb Mon Sep 17 00:00:00 2001 From: NovaSquirrel Date: Thu, 25 Feb 2021 13:36:55 -0500 Subject: [PATCH] Remove debug message --- hexquest.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hexquest.c b/hexquest.c index ac1040a..724bbc2 100644 --- a/hexquest.c +++ b/hexquest.c @@ -625,7 +625,6 @@ static const char *GetZombiePrefix() { // Also remove the zombie suffix here too if(strstr(prefix_for_query, "(Z)")) { - hexchat_print(ph, "yes zombie"); char *Paren = strrchr(prefix_for_query, '('); if(Paren) { Paren[0] = '=';