forked from organicmaps/organicmaps
not drawing debug information (current scale) only in production configuration
This commit is contained in:
parent
1a79e535e2
commit
e41b6e5f88
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue