Skip to content

Commit

Permalink
Removed debug WriteLine and reverted change to end of connection.
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferStrube committed Jul 26, 2023
1 parent aaf2079 commit 120101d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ public override void HandlePointerUp(PointerEventArgs eventArgs)
{
To = to;
SVG.EditMode = EditMode.None;
SVG.ClearSelectedShapes();
UpdateLine();
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ public async Task SelectAsync(MouseEventArgs eventArgs)
return;
}

Console.WriteLine("WHaat");

if (SVGElement.SVG.DisableSelecting && !SVGElement.Selected)
{
if (!SVGElement.SVG.DisableDeselecting)
Expand Down

0 comments on commit 120101d

Please sign in to comment.