mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
scan: remove useless debug print
Further on in the function we still print that the scan was triggered.
This commit is contained in:
parent
d6a3798078
commit
d12fad5eed
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user