diff --git a/map/framework.cpp b/map/framework.cpp index 85304abedf..394073cb58 100644 --- a/map/framework.cpp +++ b/map/framework.cpp @@ -110,7 +110,7 @@ Framework::Framework() m_navigator.SetMinScreenParams( static_cast(m_minRulerWidth * visScale), m_metresMinWidth); -#ifdef DEBUG +#ifndef OMIM_PRODUCTION m_informationDisplay.enableDebugInfo(true); #endif