Skip to content

Commit

Permalink
GH-54 Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Jan 10, 2024
1 parent 2e666ce commit 500b0c1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/editor/graph/graph_edit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1042,10 +1042,7 @@ void OrchestratorGraphEdit::_on_duplicate_nodes_request()
void OrchestratorGraphEdit::_on_paste_nodes_request()
{
if (_clipboard->is_empty())
{
UtilityFunctions::print("There is nothing to paste, clipboard is empty.");
return;
}

Vector<int> duplications;
RBSet<Vector2> existing_positions;
Expand Down

0 comments on commit 500b0c1

Please sign in to comment.