Skip to content

Commit

Permalink
Improve 优化实时回放
Browse files Browse the repository at this point in the history
  • Loading branch information
qydysky committed Feb 4, 2025
1 parent 2c985b3 commit 6eba4c6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CV/Var.go
Original file line number Diff line number Diff line change
Expand Up @@ -395,10 +395,6 @@ func (t *Common) Init() *Common {
}

// load from env
if tmp := os.Getenv("cdir"); *cdir == "" && tmp != "" {
fmt.Println("加载环境变量cdir:", tmp)
*cdir = tmp
}
if tmp := os.Getenv("ckv"); *ckv == "" && tmp != "" {
fmt.Println("加载环境变量ckv:", tmp)
*ckv = tmp
Expand Down

0 comments on commit 6eba4c6

Please sign in to comment.