mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
remove a debug msg after me
svn path=/trunk/; revision=15086
This commit is contained in:
parent
db7dc4e7d1
commit
00eb5279ca
1 changed files with 1 additions and 2 deletions
|
@ -603,7 +603,6 @@ ExtendFilespec (LPTSTR file)
|
|||
if (file[len - 1] == _T('.'))
|
||||
{
|
||||
_tcscat (file, _T("*"));
|
||||
ConOutPrintf(L"file3 : %s\n",file);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue