1
0
Fork 0

Deleted unnecessary print

This commit is contained in:
Nabor Erices 2017-09-13 18:43:37 -03:00
parent 1c8cc1ab50
commit b79ec86b64
1 changed files with 0 additions and 1 deletions

View File

@ -967,7 +967,6 @@ void ProjectManager::_load_recent_projects() {
}
void ProjectManager::_on_project_renamed() {
print_line("PRoject renamed");
_load_recent_projects();
}