Skip to content

Commit

Permalink
Remove debug log line
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-ciechan committed Oct 22, 2024
1 parent 79dfefe commit 1c76b94
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions MikeysUtils3/Pages/DateTimePage/DateTimeConverter.razor
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,6 @@
}
);
}
else
{
Console.WriteLine($"Could not parse {_input} as {dateTimeType}");
}
}
catch (Exception e)
{
Expand Down

0 comments on commit 1c76b94

Please sign in to comment.