Merge pull request #95581 from Naros/remove-print

Remove superfluous `print_line` call
This commit is contained in:
Rémi Verschelde 2024-08-16 10:36:51 +02:00
commit 8766361279
No known key found for this signature in database
GPG Key ID: C3336907360768E1
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);