Skip to content

Commit

Permalink
Disable debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
DrazharLn committed Oct 3, 2018
1 parent 1ea4ee3 commit 38ebdd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/pracxsettings.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ using namespace std;
// https://stackoverflow.com/questions/1644868/c-define-macro-for-debug-printing#1644898
/* fprintf(logfile, "%s:%d:%s(): " fmt, __FILE__, \ */
/* __LINE__, __func__, __VA_ARGS__);\ */
#define DEBUG 1
#define DEBUG 0
#define log(msg) \
do { if (DEBUG) {\
ofstream logfile;\
Expand Down

0 comments on commit 38ebdd3

Please sign in to comment.