mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-24 04:45:41 +02:00
particle/progress-bar: disable debug logging
This commit is contained in:
parent
64af167d66
commit
f2a3deb362
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#define LOG_MODULE "progress_bar"
|
#define LOG_MODULE "progress_bar"
|
||||||
#define LOG_ENABLE_DBG 1
|
#define LOG_ENABLE_DBG 0
|
||||||
#include "../log.h"
|
#include "../log.h"
|
||||||
|
|
||||||
struct private {
|
struct private {
|
||||||
|
|
Loading…
Add table
Reference in a new issue