Merge pull request #81407 from AThousandShips/print_go_away

Remove leftover debug print in `FileSystemDock`
This commit is contained in:
Rémi Verschelde 2023-09-07 14:04:34 +02:00
commit 5c7b0ed299
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 0 additions and 1 deletions

View File

@ -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) {