removed extra debug

This commit is contained in:
Lev Walkin 2017-09-05 03:31:46 -07:00
parent b46156d9be
commit c17e14e66b
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ typedef struct arg_s {
* Logging.
*/
#define LOG(ll, fmt, args...) do { \
arg->logger_cb(ll, fmt " @ line %d", ##args, __LINE__); \
arg->logger_cb(ll, fmt, ##args); \
} while(0)
#define DEBUG(fmt, args...) do { \
if(arg->flags & A1C_DEBUG) \