From 47d5687cda2ff0134d6a672b303322eb3a1b9ea2 Mon Sep 17 00:00:00 2001 From: PerryWerneck Date: Sun, 5 Mar 2017 10:48:19 -0300 Subject: [PATCH] Removendo mensagem de debug. --- src/misc.cc | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) 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