summaryrefslogtreecommitdiff
path: root/tools/editor
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2016-07-17 18:25:21 +0200
committerRémi Verschelde <rverschelde@gmail.com>2016-07-17 18:25:21 +0200
commit22419082d9bedbc9dc060ea5784bb0871f8710a3 (patch)
tree6342d41c040b30c883d53860ac6e8c4d20802340 /tools/editor
parentb23889eb413f26cf0a3b94180fe11e86c08489f9 (diff)
Remove some noisy debug prints
Part of #5031
Diffstat (limited to 'tools/editor')
-rw-r--r--tools/editor/io_plugins/editor_texture_import_plugin.cpp2
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 1d8319d460..60642999f2 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);