1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

removed extra print

This commit is contained in:
Juan Linietsky
2016-08-06 20:30:13 -03:00
parent 9714a36e65
commit 0ed5dbb24d

View File

@@ -326,7 +326,7 @@ Object *CreateDialog::instance_selected() {
} }
} }
print_line("NONE");
return NULL; return NULL;
} }