From 18b4771178abbac229cfebca2e1298761e4d1375 Mon Sep 17 00:00:00 2001 From: DanB Date: Wed, 18 Dec 2019 12:24:01 +0100 Subject: [PATCH] Remove small comment --- utils/consts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/consts.go b/utils/consts.go index bb4375ab2..b274ddf22 100755 --- a/utils/consts.go +++ b/utils/consts.go @@ -369,7 +369,7 @@ const ( MetaUnixTimestamp = "*unix_timestamp" MetaPostCDR = "*post_cdr" MetaDumpToFile = "*dump_to_file" - NonTransactional = "" // used in transactional cache mechanism + NonTransactional = "" DataDB = "data_db" StorDB = "stor_db" NotFoundCaps = "NOT_FOUND"