summaryrefslogtreecommitdiffstats
path: root/editor/filesystem_dock.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-09-07 14:04:34 +0200
committerRémi Verschelde <rverschelde@gmail.com>2023-09-07 14:04:34 +0200
commit5c7b0ed29930c2e7d37fa93e69eddb5b97a64670 (patch)
tree48ec3db6276c4c31a86bb70e508e3e434d57ac6f /editor/filesystem_dock.cpp
parenta16e178c64d3a53d64ddb5a1c2641c27b227360c (diff)
parent1589efb35045da7c5d3c036b8bbd6147b9f6bf92 (diff)
downloadredot-engine-5c7b0ed29930c2e7d37fa93e69eddb5b97a64670.tar.gz
Merge pull request #81407 from AThousandShips/print_go_away
Remove leftover debug print in `FileSystemDock`
Diffstat (limited to 'editor/filesystem_dock.cpp')
-rw-r--r--editor/filesystem_dock.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/filesystem_dock.cpp b/editor/filesystem_dock.cpp
index 364a453e0a..73a6d682d3 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) {