From be53cf6d6423866bb3d6c2bdedd1b1fad0969399 Mon Sep 17 00:00:00 2001 From: grauser Date: Tue, 25 Apr 2017 21:34:22 +0200 Subject: [PATCH] Strava : Remove debug trace --- src/Cloud/Strava.cpp | 2 +- src/Cloud/TodaysPlan.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 { \