Browse Source

Remove leftover debug print in `FileSystemDock`

A Thousand Ships 2 năm trước cách đây
mục cha
commit
1589efb350
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      editor/filesystem_dock.cpp

+ 0 - 1
editor/filesystem_dock.cpp

@@ -1931,7 +1931,6 @@ void FileSystemDock::_move_operation_confirm(const String &p_to_path, bool p_cop
 
 			if (!to_move[i].is_file) {
 				new_path = new_path.path_join(old_path.trim_suffix("/").get_file());
-				print_line(new_path);
 			}
 
 			if (old_path != new_path) {