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

This commit is contained in:
Julian Smith
2020-11-21 12:17:59 +00:00
parent da39e30439
commit e2596eaeea
-3
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;
}