diff --git a/src/Cloud/Strava.cpp b/src/Cloud/Strava.cpp index ae4aef7b5..d5569d861 100644 --- a/src/Cloud/Strava.cpp +++ b/src/Cloud/Strava.cpp @@ -30,7 +30,7 @@ #include #ifndef STRAVA_DEBUG -#define STRAVA_DEBUG true +#define STRAVA_DEBUG false #endif #ifdef Q_CC_MSVC #define printd(fmt, ...) do { \ diff --git a/src/Cloud/TodaysPlan.cpp b/src/Cloud/TodaysPlan.cpp index 9c7878f25..815680aee 100644 --- a/src/Cloud/TodaysPlan.cpp +++ b/src/Cloud/TodaysPlan.cpp @@ -30,7 +30,7 @@ #ifndef TODAYSPLAN_DEBUG // TODO(gille): This should be a command line flag. -#define TODAYSPLAN_DEBUG true +#define TODAYSPLAN_DEBUG false #endif #ifdef Q_CC_MSVC #define printd(fmt, ...) do { \