Skip to content

Commit

Permalink
Merge pull request #81407 from AThousandShips/print_go_away
Browse files Browse the repository at this point in the history
Remove leftover debug print in `FileSystemDock`
  • Loading branch information
akien-mga committed Sep 7, 2023
2 parents a16e178 + 1589efb commit 5c7b0ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion editor/filesystem_dock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 5c7b0ed

Please sign in to comment.