mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-25 06:35:57 -05:00
get rid of the ugly query dump
This commit is contained in:
parent
8fedf2d818
commit
9bae797548
@ -6,8 +6,6 @@
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#define DEBUG
|
||||
|
||||
#include "err.h"
|
||||
#include "query.h"
|
||||
|
||||
@ -609,6 +607,10 @@ void query_dump(FILE* fp, query_node_t* query, int depth)
|
||||
"constant"
|
||||
};
|
||||
|
||||
#ifndef DEBUG
|
||||
return;
|
||||
#endif
|
||||
|
||||
switch(query->type)
|
||||
{
|
||||
case qot_and:
|
||||
|
Loading…
Reference in New Issue
Block a user