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

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