Skip to content

Commit e2dc8ea

Browse files
committed
remove debug
1 parent 1f6d39a commit e2dc8ea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lfs.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,6 @@ file_info (lua_State *L) {
352352
const char * utf8path = luaL_checklstring(L, 1, &sz);
353353
wchar_t file[LONGPATH_MAX];
354354
windows_filename(L, utf8path, sz, file, LONGPATH_MAX);
355-
printf("UTF8 %s\n", utf8path);
356-
wprintf(L"%s\n", file);
357355

358356
if (STAT_FUNC(file, &info)) {
359357
lua_pushnil(L);

0 commit comments

Comments
 (0)