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 342 #ifdef UNLOCK_MS
343 343 hSession->unlock_delay_ms = UNLOCK_MS;
344 344 #else
345   - #error aqui
346 345 hSession->unlock_delay_ms = 350;
347 346 #endif // UNLOCK_MS
348 347  
... ...