net: Remove a debug trace.

This commit is contained in:
Francois Gouget 2011-08-03 17:37:12 +02:00 committed by Alexandre Julliard
parent fe0eab4bd1
commit 89dcf229d0
1 changed files with 0 additions and 1 deletions

View File

@ -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 {