Deleted unnecessary print

This commit is contained in:
Nabor Erices 2017-09-13 18:43:37 -03:00
parent 1c8cc1ab50
commit b79ec86b64

View file

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