diff --git a/src/misc.cc b/src/misc.cc index da5666e..415a249 100644 --- a/src/misc.cc +++ b/src/misc.cc @@ -52,7 +52,6 @@ PHP_METHOD(tn3270, connect) strncpy(text,host,szHost); text[szHost] = 0; - printf("[%s][%u]\n",text,(int) wait); rc = obj->hSession->connect(text,(int) wait); } else -- libgit2 0.21.2