[1/2] net: Remove a debug trace!

Francois Gouget fgouget at free.fr
Wed Aug 3 10:37:12 CDT 2011


---

Whoops. I missed it when I submitted my previous patch.

 programs/net/net.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/programs/net/net.c b/programs/net/net.c
index 815eadf..92f6ea7 100644
--- a/programs/net/net.c
+++ b/programs/net/net.c
@@ -68,7 +68,6 @@ static BOOL net_use(int argc, char *argv[])
         {
             status[i] = HeapAlloc(GetProcessHeap(), 0, 1024);
             LoadStringA(hmod, STRING_OK+i, status[i], 1024);
-            printf("i=%d desc=%s\n", i, status[i]);
         }
 
         do {
-- 
1.7.5.4




More information about the wine-patches mailing list