From 74a3fc39002ef2ae9d80f89fa01fda81f9d8895d Mon Sep 17 00:00:00 2001 From: kalipso Date: Thu, 10 Oct 2024 10:04:46 +0200 Subject: [PATCH] pass rm unused flags --- cmd/ppass/ppass.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cmd/ppass/ppass.go b/cmd/ppass/ppass.go index b36e336..efb83fa 100644 --- a/cmd/ppass/ppass.go +++ b/cmd/ppass/ppass.go @@ -14,10 +14,6 @@ import ( var ( dbPath = flag.String("db", "./db", "db file path") - logger = logging.Logger("globaldb") -// topicName = "globaldb-example" -// netTopic = "globaldb-example-net" -// config = "globaldb-example" ) // Create the root command