From bb90f32de335b98a59e6e8a5288b75872e3df6f9 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 18 Jul 2019 21:13:12 -0300 Subject: [PATCH] Removing debug message. --- src/lib3270/session.c | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/src/lib3270/session.c b/src/lib3270/session.c index a457730..92aa205 100644 --- a/src/lib3270/session.c +++ b/src/lib3270/session.c @@ -342,7 +342,6 @@ static void lib3270_session_init(H3270 *hSession, const char *model, const char #ifdef UNLOCK_MS hSession->unlock_delay_ms = UNLOCK_MS; #else - #error aqui hSession->unlock_delay_ms = 350; #endif // UNLOCK_MS -- libgit2 0.21.2