From c219309ff66643ec1b671dde0b6a397f327c0127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorben=20G=C3=BCnther?= Date: Sun, 27 Jun 2021 00:53:51 +0200 Subject: [PATCH] meta: Remove unused function --- api/meta.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/api/meta.go b/api/meta.go index 5b4d032..cee08a9 100644 --- a/api/meta.go +++ b/api/meta.go @@ -56,9 +56,6 @@ func MetaGetProfile() error { return err } response.printProfile() - if MetaEdit == true { - // TODO: edit values in text file vs with command line options - } return nil } -- 2.44.0