Skip to content

Commit

Permalink
fix(sdk-dotnet): Remove unused warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlaCarvajal committed Dec 12, 2024
1 parent 40182cb commit 8c89187
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public void Connect()

private async Task RequestMoreWorkAsync()
{
_logger?.LogWarning($"Task worker in polling {_connectionManager.Config.WorkerId}");
var request = new PollTaskRequest
{
ClientId = _connectionManager.Config.WorkerId,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ private void DoHeartBeat()
{
try
{
_logger!.LogWarning($"Doing heartbeat... Task Worker ID: {_config.WorkerId}");
var request = new RegisterTaskWorkerRequest
{
TaskDefId = _task.TaskDef!.Id,
Expand Down

0 comments on commit 8c89187

Please sign in to comment.