Skip to content

Commit 4b09e13

Browse files
committed
fix: removed line
1 parent fe22638 commit 4b09e13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

KepwareSync.Service/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ static Task Main(string[] args)
2424

2525
var configuration = cfgBuilder.Build();
2626
builder.Configuration.AddConfiguration(configuration);
27-
Console.WriteLine("Dumb stuff");
27+
2828
var app = new AppRunner(builder);
2929

3030
// Binder

0 commit comments

Comments
 (0)