remove comment

This commit is contained in:
Alex Holliday
2026-02-25 20:17:34 +00:00
parent cc1d63f91a
commit 1bb2dd323a
@@ -45,12 +45,6 @@ class GeoChecksService implements IGeoChecksService {
return GeoChecksService.SERVICE_NAME;
}
/**
* Build a geo-distributed check for a monitor
* 1. Create measurement request with GlobalPing API
* 2. Poll for results (with 30s timeout)
* 3. Transform and return GeoCheck document
*/
async buildGeoCheck(monitor: Monitor): Promise<GeoCheck | null> {
try {
if (!monitor.url) {