diff mbox series

[17/90] connection: Remove 'DBG' from '__connman_connection_update_gateway'.

Message ID 20231206235056.322578-18-gerickson@nuovations.com (mailing list archive)
State Not Applicable, archived
Headers show
Series Add Gateway Low-priority Default Routes for Non-default Services | expand

Commit Message

Grant Erickson Dec. 6, 2023, 11:49 p.m. UTC
From: Grant Erickson <erick205@umn.edu>

This removes a 'DBG' statement from
'__connman_connection_update_gateway' that is duplicative to the
'GATEWAY_DATA_DBG' that follows it.
---
 src/connection.c | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/src/connection.c b/src/connection.c
index 354340f0ef87..ecb8e6b4037a 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -2101,8 +2101,6 @@  bool __connman_connection_update_gateway(void)
 
 	default_gateway = find_default_gateway_data();
 
-	DBG("default_gateway %p", default_gateway);
-
 	GATEWAY_DATA_DBG("default_gateway", default_gateway);
 
 	/*