Remove superfluous `print_line` call

This commit is contained in:
Chris Cranford 2024-08-15 14:42:51 -04:00
parent c2a4942850
commit b1421a0d98
1 changed files with 0 additions and 1 deletions

View File

@ -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);