From e2596eaeea88b941de7f84f80e6190c088aa9566 Mon Sep 17 00:00:00 2001 From: Julian Smith Date: Thu, 19 Nov 2020 20:38:02 +0000 Subject: [PATCH] simgear/debug/logdelta.cxx: remove initial diagnostic if SG_LOG_DELTAS uset. --- simgear/debug/logdelta.cxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/simgear/debug/logdelta.cxx b/simgear/debug/logdelta.cxx index 00630d4a..ebe470d1 100644 --- a/simgear/debug/logdelta.cxx +++ b/simgear/debug/logdelta.cxx @@ -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; }