Skip to content

Commit

Permalink
ShowTraceInfoTags: Remove BUG messages
Browse files Browse the repository at this point in the history
At least with IP9 BUILD: 56704 these trigger way too often to be usable.
  • Loading branch information
t-b committed Dec 2, 2024
1 parent ccb1794 commit 2a4b4cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Packages/MIES/MIES_GuiUtilities.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -2140,12 +2140,10 @@ Function ShowTraceInfoTags()
// Returns in S_value the state before toggling
DoIgorMenu/OVRD "Graph", "Show Trace Info Tags"
if(IsNull(S_value))
BUG("DoIgorMenu returned S_value as null string for \"Show Trace Info Tags\"")
KillWindow/Z $S_name
return NaN
endif
if(IsEmpty(S_value))
BUG("DoIgorMenu returned S_value as empty string for \"Show Trace Info Tags\"")
KillWindow/Z $S_name
return NaN
endif
Expand Down

0 comments on commit 2a4b4cf

Please sign in to comment.