1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-06 11:53:12 +02:00

Whoops. Accidentially committed a debug line.

[skip ci]
This commit is contained in:
Bram Matthys
2024-05-06 10:01:14 +02:00
parent e9da1a867b
commit e59e8c99f4
-1
View File
@@ -365,7 +365,6 @@ int preprocessor_resolve_if(ConditionalConfig *cc, PreprocessorPhase phase)
if (cc->condition == IF_VALUE)
{
NameValuePrioList *d = find_config_define(cc->name);
config_status("Comparing @if %s shit %s vs %s", cc->name, d ? d->value : "<null>", cc->opt);
if (d && !strcasecmp(d->value, cc->opt))
{
result = 1;