Skip to content

Commit

Permalink
remove debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
zefanjajobse committed Feb 2, 2024
1 parent 77ff487 commit f1b9711
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PlanningCenter to OPS/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ public void RefreshItems()
{
OpsThemeSelector.Items.Add(node.InnerText);
}
Debug.WriteLine(config.last_used_ops_theme);
if (config.last_used_ops_theme != "")
{
OpsThemeSelector.SelectedItem = config.last_used_ops_theme;
Expand Down

0 comments on commit f1b9711

Please sign in to comment.