1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-1771 Removed extra debug output from release builds.

This commit is contained in:
Roman Nozdrin
2018-10-05 19:45:17 +03:00
parent c0600d0da0
commit 035c93fe88

View File

@ -64,7 +64,7 @@ const int CALPONT_INTERNAL_ERROR = -1007;
//extern std::ofstream smlog;
//#define SMDEBUGLOG smlog
//#else
#define SMDEBUGLOG if (true) std::cerr
#define SMDEBUGLOG if (false) std::cout
//#endif
extern const std::string DEFAULT_SAVE_PATH;