Make WIZARD unconditional.

This commit is contained in:
Sean Hunt
2015-02-14 00:31:17 -05:00
committed by Pasi Kallinen
parent eca41ae060
commit cc7ab4a2da
62 changed files with 42 additions and 493 deletions

View File

@@ -698,7 +698,6 @@ int propidx; /* special cases can have negative values */
/*
* Restrict the source of the attributes just to debug mode for now
*/
#ifdef WIZARD
if (wizard) {
static NEARDATA const char because_of[] = " because of %s";
@@ -745,7 +744,6 @@ int propidx; /* special cases can have negative values */
}
} /*wizard*/
#endif
return buf;
}