Remove Warning: 'blah.PUTF' found true with PACT false

This commit is contained in:
Michael Davidsaver
2019-01-03 20:33:34 -08:00
parent 3fb10b6d59
commit bc7ee94e2c

View File

@@ -406,10 +406,6 @@ static long processTarget(dbCommon *psrc, dbCommon *pdst)
printf("%s: '%s' -> '%s' with PUTF=%u\n",
context, psrc->name, pdst->name, psrc->putf);
if (pdst->putf)
errlogPrintf("Warning: '%s.PUTF' found true with PACT false\n",
pdst->name);
pdst->putf = psrc->putf;
}
else if (psrc->putf) {