delete old codes

This commit is contained in:
Alireza Ahmadi
2025-01-06 15:50:14 +01:00
parent d53d9b80f5
commit 99f555dc95
-8
View File
@@ -46,14 +46,6 @@ func IsDebug() bool {
return os.Getenv("SUI_DEBUG") == "true" return os.Getenv("SUI_DEBUG") == "true"
} }
func GetBinFolderPath() string {
binFolderPath := os.Getenv("SUI_BIN_FOLDER")
if binFolderPath == "" {
binFolderPath = "bin"
}
return binFolderPath
}
func GetDBFolderPath() string { func GetDBFolderPath() string {
dbFolderPath := os.Getenv("SUI_DB_FOLDER") dbFolderPath := os.Getenv("SUI_DB_FOLDER")
if dbFolderPath == "" { if dbFolderPath == "" {