You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
fix(Directory): remove erasing print
Fixes #39106
(cherry picked from commit e48fb01d59)
This commit is contained in:
committed by
Rémi Verschelde
parent
a3bd201cc7
commit
219717fc21
@@ -308,10 +308,6 @@ Error DirAccessWindows::remove(String p_path) {
|
||||
|
||||
p_path = fix_path(p_path);
|
||||
|
||||
printf("erasing %s\n", p_path.utf8().get_data());
|
||||
//WIN32_FILE_ATTRIBUTE_DATA fileInfo;
|
||||
//DWORD fileAttr = GetFileAttributesExW(p_path.c_str(), GetFileExInfoStandard, &fileInfo);
|
||||
|
||||
DWORD fileAttr;
|
||||
|
||||
fileAttr = GetFileAttributesW(p_path.c_str());
|
||||
|
||||
Reference in New Issue
Block a user