Commit 89dcf229 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

net: Remove a debug trace.

parent fe0eab4b
...@@ -68,7 +68,6 @@ static BOOL net_use(int argc, char *argv[]) ...@@ -68,7 +68,6 @@ static BOOL net_use(int argc, char *argv[])
{ {
status[i] = HeapAlloc(GetProcessHeap(), 0, 1024); status[i] = HeapAlloc(GetProcessHeap(), 0, 1024);
LoadStringA(hmod, STRING_OK+i, status[i], 1024); LoadStringA(hmod, STRING_OK+i, status[i], 1024);
printf("i=%d desc=%s\n", i, status[i]);
} }
do { do {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment