refactor: Improve parsing of flight schedule data

This commit is contained in:
windyboy
2024-08-02 11:15:23 +08:00
parent d91e61ab5d
commit a734f5f25c
3 changed files with 84 additions and 4 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ var (
func load() {
if log == nil {
env := getEnv()
fmt.Printf("Environment: %s\n", env)
// fmt.Printf("Environment: %s\n", env)
configFile := getConfigFile(env)
config, err := loadConfig(configFile)