remove unused function

remove log when weed is up to date

add check whether weed is full version
This commit is contained in:
guol-fnst
2022-06-15 15:51:37 +08:00
parent 3df84cabf6
commit 1dbb925d29
2 changed files with 21 additions and 14 deletions

View File

@@ -0,0 +1,9 @@
//go:build elastic && ydb && gocdk && hdfs
// +build elastic,ydb,gocdk,hdfs
package command
//set true if gtags are set
func init() {
isFullVersion = true
}