Skip to content

Commit

Permalink
Merge pull request #27 from prplecake/remove-time-log
Browse files Browse the repository at this point in the history
  • Loading branch information
prplecake authored Mar 29, 2023
2 parents dfe24c8 + 4485c5a commit 33fb6ee
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ public BookmarkSyncService(IHostApplicationLifetime host, IConfigManager configM
/// <inheritdoc />
public async Task StartAsync(CancellationToken stoppingToken)
{
_logger.Information("The current time is: {CurrentTime}", DateTimeOffset.UtcNow);

if (_instances == null || _instances.Count == 0)
{
_logger.Information("No instances configured");
Expand Down

0 comments on commit 33fb6ee

Please sign in to comment.