From d12fad5eed4cec05d46454c7467ff343e56512df Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Mon, 4 May 2020 08:24:18 -0700 Subject: [PATCH] scan: remove useless debug print Further on in the function we still print that the scan was triggered. --- src/scan.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/scan.c b/src/scan.c index c3ae3f8b..718f7497 100644 --- a/src/scan.c +++ b/src/scan.c @@ -204,8 +204,6 @@ static void scan_request_triggered(struct l_genl_msg *msg, void *userdata) struct scan_request *sr = l_queue_peek_head(sc->requests); int err; - l_debug(""); - sc->start_cmd_id = 0; err = l_genl_msg_get_error(msg);