Strava : Remove debug trace

This commit is contained in:
grauser
2017-04-25 21:34:22 +02:00
parent 0f91561cec
commit be53cf6d64
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@
#include <QJsonValue>
#ifndef STRAVA_DEBUG
#define STRAVA_DEBUG true
#define STRAVA_DEBUG false
#endif
#ifdef Q_CC_MSVC
#define printd(fmt, ...) do { \

View File

@@ -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 { \