remove a debug msg after me

svn path=/trunk/; revision=15086
This commit is contained in:
Magnus Olsen 2005-05-07 17:57:12 +00:00
parent db7dc4e7d1
commit 00eb5279ca

View file

@ -603,7 +603,6 @@ ExtendFilespec (LPTSTR file)
if (file[len - 1] == _T('.'))
{
_tcscat (file, _T("*"));
ConOutPrintf(L"file3 : %s\n",file);
return;
}
}