瀏覽代碼

Merge pull request #81407 from AThousandShips/print_go_away

Remove leftover debug print in `FileSystemDock`
Rémi Verschelde 2 年之前
父節點
當前提交
5c7b0ed299
共有 1 個文件被更改,包括 0 次插入1 次删除
  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) {