Removed debug element

This commit is contained in:
2025-06-09 17:56:51 +02:00
parent 34114e03e4
commit 371a16511a

View File

@@ -93,7 +93,6 @@ public class IntervalCall : ICall
{ {
if (!Scriptable.UpdateInfo.Successful) if (!Scriptable.UpdateInfo.Successful)
{ {
Debug.WriteLine(Scriptable.UpdateInfo.Exception);
return HealthCheckResult.Unhealthy(); return HealthCheckResult.Unhealthy();
} }
double timerInterval = Timer.Interval; // In ms double timerInterval = Timer.Interval; // In ms