You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-03 16:55:53 +00:00
Remove leftover debug print in FileSystemDock
(cherry picked from commit 1589efb350)
This commit is contained in:
committed by
Yuri Sizov
parent
140eb6886f
commit
c941715850
@@ -1871,7 +1871,6 @@ void FileSystemDock::_move_operation_confirm(const String &p_to_path, bool p_cop
|
|||||||
|
|
||||||
if (!to_move[i].is_file) {
|
if (!to_move[i].is_file) {
|
||||||
new_path = new_path.path_join(old_path.trim_suffix("/").get_file());
|
new_path = new_path.path_join(old_path.trim_suffix("/").get_file());
|
||||||
print_line(new_path);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (old_path != new_path) {
|
if (old_path != new_path) {
|
||||||
|
|||||||
Reference in New Issue
Block a user