cloud-setup: remove debugging message from _poll_cancelled_cb()

This commit is contained in:
Thomas Haller 2020-06-29 09:52:38 +02:00
parent 2fbc8717ca
commit ceb75f8ab4
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

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