Skip to content

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaSquirrel committed Feb 25, 2021
1 parent 06a9b5e commit 347f5d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hexquest.c
Original file line number Diff line number Diff line change
Expand Up @@ -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] = '=';
Expand Down

0 comments on commit 347f5d5

Please sign in to comment.