not drawing debug information (current scale) only in production configuration

This commit is contained in:
rachytski 2011-11-15 23:21:00 +04:00 committed by Alex Zolotarev
parent 1a79e535e2
commit e41b6e5f88

View file

@ -110,7 +110,7 @@ Framework<TModel>::Framework()
m_navigator.SetMinScreenParams(
static_cast<unsigned>(m_minRulerWidth * visScale), m_metresMinWidth);
#ifdef DEBUG
#ifndef OMIM_PRODUCTION
m_informationDisplay.enableDebugInfo(true);
#endif