Skip to content

Commit

Permalink
remove testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
Rarisma committed Feb 27, 2023
1 parent c7ae924 commit 952feb8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions StoryBuilder/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -220,12 +220,10 @@ protected override async void OnLaunched(LaunchActivatedEventArgs args)
{
await _log.AddElmahTarget();
_log.Log(LogLevel.Info, "elmah.io log target added");
GlobalData.Preferences.Version += "elmah";
}
else // can have several reasons (no doppler, or an error adding the target){
{
_log.Log(LogLevel.Info, "elmah.io log target bypassed");
GlobalData.Preferences.Version += "noelmah";
}


Expand Down

0 comments on commit 952feb8

Please sign in to comment.