summaryrefslogtreecommitdiffstats
path: root/utils/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'utils/config.go')
-rw-r--r--utils/config.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/utils/config.go b/utils/config.go
index 0d3047c5d..afb2e758c 100644
--- a/utils/config.go
+++ b/utils/config.go
@@ -34,15 +34,6 @@ const (
)
var originalDisableDebugLvl l4g.Level = l4g.DEBUG
-var siteURL = ""
-
-func GetSiteURL() string {
- return siteURL
-}
-
-func SetSiteURL(url string) {
- siteURL = strings.TrimRight(url, "/")
-}
// FindConfigFile attempts to find an existing configuration file. fileName can be an absolute or
// relative path or name such as "/opt/mattermost/config.json" or simply "config.json". An empty