Make some debug prints verbose-only, remove others

This commit is contained in:
Rémi Verschelde
2018-08-24 14:59:01 +02:00
parent d442f3d0aa
commit 52466d57e9
139 changed files with 172 additions and 803 deletions
@@ -58,8 +58,6 @@ void Particles2DEditorPlugin::make_visible(bool p_visible) {
void Particles2DEditorPlugin::_file_selected(const String &p_file) {
print_line("file: " + p_file);
source_emission_file = p_file;
emission_mask->popup_centered_minsize();
}