Commit 47d5687cda2ff0134d6a672b303322eb3a1b9ea2

Authored by Perry Werneck
1 parent 96b09fef
Exists in master

Removendo mensagem de debug.

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
src/misc.cc
... ... @@ -52,7 +52,6 @@ PHP_METHOD(tn3270, connect)
52 52 strncpy(text,host,szHost);
53 53 text[szHost] = 0;
54 54  
55   - printf("[%s][%u]\n",text,(int) wait);
56 55 rc = obj->hSession->connect(text,(int) wait);
57 56 }
58 57 else
... ...