mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Make some debug prints verbose-only, remove others
This commit is contained in:
@@ -344,7 +344,6 @@ void EditorProfiler::_update_plot() {
|
||||
}
|
||||
|
||||
time = OS::get_singleton()->get_ticks_usec() - time;
|
||||
//print_line("Taken: "+rtos(USEC_TO_SEC(time)));
|
||||
}
|
||||
|
||||
wr = PoolVector<uint8_t>::Write();
|
||||
|
||||
Reference in New Issue
Block a user