Francois Gouget : net: Remove a debug trace.

Alexandre Julliard julliard at winehq.org
Wed Aug 3 12:48:14 CDT 2011


Module: wine
Branch: master
Commit: 89dcf229d05d20ee17aff5712d59ba30efe0d1a9
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=89dcf229d05d20ee17aff5712d59ba30efe0d1a9

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Aug  3 17:37:12 2011 +0200

net: Remove a debug trace.

---

 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 {




More information about the wine-cvs mailing list