summaryrefslogtreecommitdiffstats
path: root/drivers/windows/file_access_windows.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-09-26 12:45:31 +0200
committerRémi Verschelde <rverschelde@gmail.com>2024-09-26 12:45:31 +0200
commitef7547384c962f536b9020b74cf0984a534007bb (patch)
treede60dcfd8b818aa67e0eb6d21d13d60d6f917d7e /drivers/windows/file_access_windows.cpp
parent9d5b59b2ae456a1f9a98c918cef6ef217f52d31c (diff)
parent21f7c8a25f23c40541925c95d7d25f52f81c9811 (diff)
downloadredot-engine-ef7547384c962f536b9020b74cf0984a534007bb.tar.gz
Merge pull request #95678 from Hilderin/fix-slow-load-on-large-project-v2
Fix slow editor load on large projects (v2)
Diffstat (limited to 'drivers/windows/file_access_windows.cpp')
-rw-r--r--drivers/windows/file_access_windows.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/windows/file_access_windows.cpp b/drivers/windows/file_access_windows.cpp
index 9d6aa13332..a8a2ea6b5e 100644
--- a/drivers/windows/file_access_windows.cpp
+++ b/drivers/windows/file_access_windows.cpp
@@ -445,7 +445,6 @@ uint64_t FileAccessWindows::_get_modified_time(const String &p_file) {
}
}
- print_verbose("Failed to get modified time for: " + p_file);
return 0;
}