diff options
| author | Rémi Verschelde | 2016-07-17 18:25:21 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2016-07-17 18:25:21 +0200 |
| commit | 22419082d9bedbc9dc060ea5784bb0871f8710a3 (patch) | |
| tree | 6342d41c040b30c883d53860ac6e8c4d20802340 /tools | |
| parent | b23889eb413f26cf0a3b94180fe11e86c08489f9 (diff) | |
| download | godot-22419082d9bedbc9dc060ea5784bb0871f8710a3.tar.gz godot-22419082d9bedbc9dc060ea5784bb0871f8710a3.tar.zst godot-22419082d9bedbc9dc060ea5784bb0871f8710a3.zip | |
Remove some noisy debug prints
Part of #5031
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/editor/io_plugins/editor_texture_import_plugin.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/editor/io_plugins/editor_texture_import_plugin.cpp b/tools/editor/io_plugins/editor_texture_import_plugin.cpp index 1d8319d46..60642999f 100644 --- a/tools/editor/io_plugins/editor_texture_import_plugin.cpp +++ b/tools/editor/io_plugins/editor_texture_import_plugin.cpp @@ -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); |
