forked from organicmaps/organicmaps
Removed debug logging
This commit is contained in:
parent
ecd5564782
commit
f2e50d6797
1 changed files with 0 additions and 5 deletions
|
@ -2,8 +2,6 @@
|
|||
|
||||
#include "../defines.hpp"
|
||||
|
||||
#include "../base/logging.hpp"
|
||||
|
||||
#include "../geometry/rect2d.hpp"
|
||||
|
||||
#include "../platform/platform.hpp"
|
||||
|
@ -33,10 +31,7 @@ namespace Settings
|
|||
string const key = line.substr(0, delimPos);
|
||||
string const value = line.substr(delimPos + 1);
|
||||
if (!key.empty() && !value.empty())
|
||||
{
|
||||
m_values[key] = value;
|
||||
LOG(LINFO, ("Loaded settings:", key, value));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue