mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-28 07:54:22 +08:00
Remove just 1 function
This commit is contained in:
parent
c97d6cfd66
commit
ef88eec96d
1 changed files with 0 additions and 6 deletions
|
@ -8,12 +8,6 @@ import (
|
|||
|
||||
var isEnterprise bool
|
||||
|
||||
// IsEnterprise - checks if enterprise binary or not
|
||||
func IsEnterprise() bool {
|
||||
logic.SetEEForTelemetry(isEnterprise)
|
||||
return isEnterprise
|
||||
}
|
||||
|
||||
// setIsEnterprise - sets server to use enterprise features
|
||||
func setIsEnterprise() {
|
||||
isEnterprise = true
|
||||
|
|
Loading…
Add table
Reference in a new issue