mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-29 16:34:25 +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
|
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
|
// setIsEnterprise - sets server to use enterprise features
|
||||||
func setIsEnterprise() {
|
func setIsEnterprise() {
|
||||||
isEnterprise = true
|
isEnterprise = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue