From 99f555dc95284756b44cb0034e24dbf2c65f34f7 Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Mon, 6 Jan 2025 15:50:14 +0100 Subject: [PATCH] delete old codes --- backend/config/config.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/backend/config/config.go b/backend/config/config.go index 11c1af3..85b2859 100644 --- a/backend/config/config.go +++ b/backend/config/config.go @@ -46,14 +46,6 @@ func IsDebug() bool { return os.Getenv("SUI_DEBUG") == "true" } -func GetBinFolderPath() string { - binFolderPath := os.Getenv("SUI_BIN_FOLDER") - if binFolderPath == "" { - binFolderPath = "bin" - } - return binFolderPath -} - func GetDBFolderPath() string { dbFolderPath := os.Getenv("SUI_DB_FOLDER") if dbFolderPath == "" {