scan: remove useless debug print

Further on in the function we still print that the scan was triggered.
This commit is contained in:
James Prestwood 2020-05-04 08:24:18 -07:00 committed by Denis Kenzior
parent d6a3798078
commit d12fad5eed
1 changed files with 0 additions and 2 deletions

View File

@ -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);