simgear/debug/logdelta.cxx: remove initial diagnostic if SG_LOG_DELTAS uset.

This commit is contained in:
Julian Smith 2020-11-19 20:38:02 +00:00
parent da39e30439
commit e2596eaeea

View File

@ -62,9 +62,6 @@ struct logDelta
//
const char* items = getenv("SG_LOG_DELTAS");
if (!items) {
std::cerr << __FILE__ << ":" << __LINE__ << ": "
<< "$SG_LOG_DELTAS is not set"
<< "\n";
return;
}