From 3957a6f68e0125b586df4ee9466ba14ab4561893 Mon Sep 17 00:00:00 2001 From: BlueSkiesAndGreenPastures Date: Wed, 18 Jun 2025 17:22:17 -0500 Subject: [PATCH] initial self review, updating logging messaging to be more consistent. --- bskylink/src/cache/cache.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/bskylink/src/cache/cache.ts b/bskylink/src/cache/cache.ts index f22a6868e6..737e2836d2 100644 --- a/bskylink/src/cache/cache.ts +++ b/bskylink/src/cache/cache.ts @@ -2,7 +2,6 @@ import {ToolsOzoneSafelinkDefs} from '@atproto/api' import {type ServiceConfig} from '../config.js' import {redirectLogger} from '../logger.js' -// import {ozoneAgent} from './agent.js' import {OzoneAgent} from './ozoneAgent.js' let cacheCursor: string | undefined