Skip to content

Commit fe15031

Browse files
committed
New Update
1 parent 1eceeb4 commit fe15031

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Kepware.Api/KepwareApiClient.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ public KepwareApiClient(KepwareApiClientOptions options, ILoggerFactory loggerFa
9494
: this(UNKNOWN, options, loggerFactory, httpClient)
9595
{
9696
m_logger.LogInformation("Created KepwareApiClient instance with name {ClientName} at {BaseAddress}", ClientName, m_httpClient.BaseAddress);
97-
m_logger.LogInformation("KepwareApiClient instance created successfully.");
9897
}
9998

10099
internal KepwareApiClient(string name, KepwareApiClientOptions options, ILoggerFactory loggerFactory, HttpClient httpClient)

0 commit comments

Comments
 (0)