From b7b350540783031d4cbad8ed08948fe1363ec6a5 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Wed, 6 Jan 2021 00:51:04 +0000 Subject: [PATCH] remove some debug prints... --- ggatessh/ggatessh.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ggatessh/ggatessh.c b/ggatessh/ggatessh.c index 9e2cb76..94b289e 100644 --- a/ggatessh/ggatessh.c +++ b/ggatessh/ggatessh.c @@ -1041,11 +1041,9 @@ g_gatessh_rescue(void) struct g_gate_ctl_cancel ggioc; int error; - g_gate_log(LOG_ERR, "a"); if (!g_gatessh_connect()) g_gate_xlog("Cannot connect: %s.", strerror(errno)); - g_gate_log(LOG_ERR, "b"); ggioc = (struct g_gate_ctl_cancel){ .gctl_version = G_GATE_VERSION, .gctl_unit = unit,