mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Strava : Remove debug trace
This commit is contained in:
@@ -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 { \
|
||||
|
||||
@@ -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 { \
|
||||
|
||||
Reference in New Issue
Block a user