Skip to content

Commit

Permalink
remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Oct 30, 2024
1 parent 0a5cee5 commit 8a9dc46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/OneWare.Output/Views/OutputView.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ protected override void OnPointerMoved(PointerEventArgs e)
base.OnPointerMoved(e);

_lastMovedArgs = e;

if(Output.Document.Text.Length == 0) Output.Document.Text = "VhdlSim_tb.vhd:43:5: signal interface \"led\" has no association in entity";

if (e.KeyModifiers == PlatformHelper.ControlKey)
{
Expand Down

0 comments on commit 8a9dc46

Please sign in to comment.