summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-06-29 09:52:38 +0200
committerThomas Haller <thaller@redhat.com>2020-07-03 10:34:28 +0200
commitceb75f8ab4f28b076ddcdf34ace4f106bf88d914 (patch)
tree8a81aff806d748094e467b6e2a1cb5c51a082a61
parent2fbc8717ca343fd6bafbe36a10d04db293fc4d88 (diff)
downloadNetworkManager-ceb75f8ab4f28b076ddcdf34ace4f106bf88d914.tar.gz
cloud-setup: remove debugging message from _poll_cancelled_cb()
-rw-r--r--clients/cloud-setup/nm-cloud-setup-utils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/clients/cloud-setup/nm-cloud-setup-utils.c b/clients/cloud-setup/nm-cloud-setup-utils.c
index d08eb1144e..9db3b742c9 100644
--- a/clients/cloud-setup/nm-cloud-setup-utils.c
+++ b/clients/cloud-setup/nm-cloud-setup-utils.c
@@ -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);