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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user