From 1589efb35045da7c5d3c036b8bbd6147b9f6bf92 Mon Sep 17 00:00:00 2001 From: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Date: Thu, 7 Sep 2023 11:19:18 +0200 Subject: [PATCH] Remove leftover debug print in `FileSystemDock` --- editor/filesystem_dock.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/editor/filesystem_dock.cpp b/editor/filesystem_dock.cpp index 364a453e0aa..73a6d682d31 100644 --- a/editor/filesystem_dock.cpp +++ b/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) {