diff options
author | Chris Cranford <chris@hibernate.org> | 2024-08-15 14:42:51 -0400 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-09-16 16:30:46 +0200 |
commit | b9271608dff5b66a0d505a597ef10bcd2f88ea0c (patch) | |
tree | badc45683f907f8858316f2442618249cac32929 | |
parent | 5caaa6ce19ea01201f20dda5636044e6bd1b4239 (diff) | |
download | redot-engine-b9271608dff5b66a0d505a597ef10bcd2f88ea0c.tar.gz |
Remove superfluous `print_line` call
(cherry picked from commit b1421a0d9855506d45773ffb56d4e477b1648da9)
-rw-r--r-- | editor/plugins/visual_shader_editor_plugin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/plugins/visual_shader_editor_plugin.cpp b/editor/plugins/visual_shader_editor_plugin.cpp index 2da9d66d9a..f4ce35f8f2 100644 --- a/editor/plugins/visual_shader_editor_plugin.cpp +++ b/editor/plugins/visual_shader_editor_plugin.cpp @@ -154,7 +154,6 @@ VSRerouteNode::VSRerouteNode() { title_lbl->hide(); const Size2 size = Size2(32, 32) * EDSCALE; - print_line("VSRerouteNode size: " + size); Control *slot_area = memnew(Control); slot_area->set_custom_minimum_size(size); |