aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Prestwood <prestwoj@gmail.com>2020-05-04 08:24:18 -0700
committerDenis Kenzior <denkenz@gmail.com>2020-05-01 19:54:46 -0500
commitd12fad5eed4cec05d46454c7467ff343e56512df (patch)
treebf740008fac4a664fbe15582ab60c85ddc7d26b0
parentd6a3798078718e16fa87e52cc6878da8e26e68ec (diff)
downloadiwd-d12fad5eed4cec05d46454c7467ff343e56512df.tar.gz
scan: remove useless debug print
Further on in the function we still print that the scan was triggered.
-rw-r--r--src/scan.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/scan.c b/src/scan.c
index c3ae3f8bf..718f74972 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);