Explorar o código

fix(Directory): remove erasing print

Fixes #39106
Nathan Franke %!s(int64=5) %!d(string=hai) anos
pai
achega
e48fb01d59
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      drivers/windows/dir_access_windows.cpp

+ 0 - 4
drivers/windows/dir_access_windows.cpp

@@ -286,10 +286,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());