mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
Remove left-over debugging output
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -898,8 +898,6 @@ bool gravityDB_get_regex_client_groups(clientsData* client, const unsigned int n
|
||||
while((rc = sqlite3_step(query_stmt)) == SQLITE_ROW)
|
||||
{
|
||||
const int result = sqlite3_column_int(query_stmt, 0);
|
||||
if(config.debug & DEBUG_REGEX)
|
||||
logg(" %i", result);
|
||||
for(unsigned int regexID = 0; regexID < numregex; regexID++)
|
||||
{
|
||||
if(regex[regexID].database_id == result)
|
||||
|
||||
@@ -222,7 +222,6 @@ int match_regex(const char *input, const DNSCacheData* dns_cache, const int clie
|
||||
// Check possible additional regex settings
|
||||
if(dns_cache != NULL)
|
||||
{
|
||||
logg("%d %d",regex[index].query_type,dns_cache->query_type);
|
||||
// Check query type filtering
|
||||
if(regex[index].query_type != 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user