Skip to content

Commit

Permalink
#143: common: turn debug prints off by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Oct 19, 2020
1 parent 062da87 commit d528d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/checkpoint/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#include <utility>
#include <cassert>

#define DEBUG_CHECKPOINT 1
#define DEBUG_CHECKPOINT 0

#if DEBUG_CHECKPOINT
#define debug_checkpoint(...) \
Expand Down

0 comments on commit d528d0c

Please sign in to comment.