Skip to content

Commit

Permalink
unlaunch
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencohn committed Apr 20, 2024
1 parent 84f1c6d commit 25edf13
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions OneMore/Commands/Snippets/InsertInfoBoxCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@ public override async Task Execute(params object[] args)
normalStyle.Color = theme["titleColor"].ToString();
normalStyle.IsBold = true;


System.Diagnostics.Debugger.Launch();


row.Cells.ElementAt(1).SetContent(
new XElement(ns + "OEChildren",
new XElement(ns + "OE",
Expand Down

0 comments on commit 25edf13

Please sign in to comment.