From 9e5efa4abd2a9cfdcf637cc393222948f8f6cc3f Mon Sep 17 00:00:00 2001 From: Andreas Haas Date: Tue, 6 Jun 2017 21:19:37 +0200 Subject: GraphNode: Remove debug print. --- scene/gui/graph_node.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/scene/gui/graph_node.cpp b/scene/gui/graph_node.cpp index b5d059eaf5..95f65f31d6 100644 --- a/scene/gui/graph_node.cpp +++ b/scene/gui/graph_node.cpp @@ -582,8 +582,6 @@ void GraphNode::_gui_input(const Ref &p_ev) { ERR_EXPLAIN("GraphNode must be the child of a GraphEdit node."); ERR_FAIL_COND(get_parent_control() == NULL); - print_line("INPUT EVENT BUTTON"); - if (mb->is_pressed() && mb->get_button_index() == BUTTON_LEFT) { Vector2 mpos = Vector2(mb->get_position().x, mb->get_position().y); -- cgit v1.2.3