get rid of printf

This commit is contained in:
ehouse 2006-02-16 03:32:19 +00:00
parent 7dccae2d3c
commit 472b61dbe3

View file

@ -1284,8 +1284,6 @@ ceWriteToFile( XWStreamCtxt* stream, void* closure )
XP_U16 len = (XP_U16)XP_STRLEN( path );
HANDLE fileH;
XP_DEBUGF( "ceWriteToFile called for %s", path );
len = (XP_U16)XP_STRLEN( path );
MultiByteToWideChar( CP_ACP, MB_PRECOMPOSED, path, len + 1,
widebuf, len + 1 );