From 675b388b8e7177d137fc4c878a6eb736e8444f38 Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 28 Apr 2004 03:59:10 +0000 Subject: [PATCH] Lower verbosity level. --- simgear/sound/xmlsound.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/simgear/sound/xmlsound.cxx b/simgear/sound/xmlsound.cxx index 5708486b..3899be7c 100644 --- a/simgear/sound/xmlsound.cxx +++ b/simgear/sound/xmlsound.cxx @@ -182,8 +182,6 @@ SGXmlSound::init(SGPropertyNode *root, SGPropertyNode *node, SGSoundMgr *sndmgr, float reference_dist = node->getDoubleValue("reference-dist", 500.0); float max_dist = node->getDoubleValue("max-dist", 3000.0); - SG_LOG(SG_GENERAL,SG_ALERT, "ref-dist = " << reference_dist ); - SG_LOG(SG_GENERAL,SG_ALERT, "max-dist = " << max_dist ); // // set pitch properties