Remove some noisy debug prints

Part of #5031
This commit is contained in:
Rémi Verschelde 2016-07-17 18:25:21 +02:00
parent b23889eb41
commit 22419082d9
5 changed files with 1 additions and 30 deletions

View file

@ -147,8 +147,6 @@ void EditorImportTextureOptions::_changed() {
void EditorImportTextureOptions::_bind_methods() {
print_line("bind toptions");
ObjectTypeDB::bind_method("_changed",&EditorImportTextureOptions::_changed);
ObjectTypeDB::bind_method("_changedp",&EditorImportTextureOptions::_changedp);