diff --git a/Elecciones-Web/src/Elecciones.Worker/Worker.cs b/Elecciones-Web/src/Elecciones.Worker/Worker.cs index cc2c965..6a67e38 100644 --- a/Elecciones-Web/src/Elecciones.Worker/Worker.cs +++ b/Elecciones-Web/src/Elecciones.Worker/Worker.cs @@ -66,8 +66,8 @@ public class Worker : BackgroundService _logger.LogInformation("--- Iniciando sondeo de Proyección de Bancas ---"); await SondearProyeccionBancasAsync(authToken, stoppingToken); - _logger.LogInformation("--- Iniciando sondeo de Nuevos Telegramas ---"); - await SondearNuevosTelegramasAsync(authToken, stoppingToken); + //_logger.LogInformation("--- Iniciando sondeo de Nuevos Telegramas ---"); + //await SondearNuevosTelegramasAsync(authToken, stoppingToken); try {