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