simgear/debug/logdelta.cxx: remove initial diagnostic if SG_LOG_DELTAS uset.
This commit is contained in:
parent
da39e30439
commit
e2596eaeea
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user