From 9957bbfce6bfb8e24c368f4c6b65e7199cb55998 Mon Sep 17 00:00:00 2001 From: Rajon Ahmed Date: Thu, 18 Jun 2026 19:19:04 +0800 Subject: [PATCH] upd: helper utility updated --- essential/visible/service/helper/codec/codec.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/essential/visible/service/helper/codec/codec.go b/essential/visible/service/helper/codec/codec.go index 4940a2a..725d4cb 100644 --- a/essential/visible/service/helper/codec/codec.go +++ b/essential/visible/service/helper/codec/codec.go @@ -49,7 +49,6 @@ import ( "strings" "go/module/essential/visible/service/helper/log" - "go/module/essential/visible/service/helper/retriever" "go/module/essential/visible/service/helper/status" "github.com/sqids/sqids-go" @@ -74,8 +73,6 @@ type ObrimCodecConfig struct { // ObrimCodec validates configuration, dispatches codec operations, and returns structured results. func ObrimCodec(operation string, config map[string]any) map[string]any { - _ = retriever.ObrimRetriever - status.ObrimStatus("INFO", "Codec operation initialized.") log.ObrimLog("INIT", "Codec operation initialized.") validatedConfig, validationCode, validationError := obrimCodecValidation(operation, config)