Skip to content

Commit

Permalink
chore: Remove Console.WriteLine πŸ™ˆ
Browse files Browse the repository at this point in the history
  • Loading branch information
just-seba committed Oct 2, 2024
1 parent f115517 commit 4c38948
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/OpenEMS.Server/EntryAssembly.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ public readonly partial record struct EntryAssembly
public static EntryAssembly GetEntryAssembly()
{
var name = Assembly.GetEntryAssembly()?.GetName().Name;
Console.WriteLine(name);
if (name == Swagger.Value)
{
return Swagger;
Expand Down

0 comments on commit 4c38948

Please sign in to comment.