mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2025-12-27 23:00:54 +00:00
Disable debug flag
This commit is contained in:
parent
594b496a25
commit
fe0424ff1f
@ -33,7 +33,7 @@
|
||||
#include <libxml/xpath.h>
|
||||
|
||||
|
||||
#define DEBUG 1
|
||||
#define DEBUG 0
|
||||
#ifdef DEBUG
|
||||
#define DEBUG_LOG(s, ...) fprintf(stderr, (s), ## __VA_ARGS__)
|
||||
#else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user