net: Remove a debug trace.
This commit is contained in:
parent
fe0eab4bd1
commit
89dcf229d0
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue