mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-04 22:40:16 +01:00
cloud-setup: remove debugging message from _poll_cancelled_cb()
This commit is contained in:
parent
2fbc8717ca
commit
ceb75f8ab4
1 changed files with 0 additions and 1 deletions
|
|
@ -357,7 +357,6 @@ _poll_cancelled_cb (GObject *object, gpointer user_data)
|
|||
PollTaskData *poll_task_data = user_data;
|
||||
GError *error = NULL;
|
||||
|
||||
_LOGD (">> poll cancelled");
|
||||
nm_clear_g_signal_handler (g_task_get_cancellable (poll_task_data->task),
|
||||
&poll_task_data->cancellable_id);
|
||||
nm_utils_error_set_cancelled (&error, FALSE, NULL);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue