Commit bb90f32de335b98a59e6e8a5288b75872e3df6f9

Authored by Perry Werneck
1 parent 5e9d1f19

Removing debug message.

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
src/lib3270/session.c
@@ -342,7 +342,6 @@ static void lib3270_session_init(H3270 *hSession, const char *model, const char @@ -342,7 +342,6 @@ static void lib3270_session_init(H3270 *hSession, const char *model, const char
342 #ifdef UNLOCK_MS 342 #ifdef UNLOCK_MS
343 hSession->unlock_delay_ms = UNLOCK_MS; 343 hSession->unlock_delay_ms = UNLOCK_MS;
344 #else 344 #else
345 - #error aqui  
346 hSession->unlock_delay_ms = 350; 345 hSession->unlock_delay_ms = 350;
347 #endif // UNLOCK_MS 346 #endif // UNLOCK_MS
348 347