🎨 Cleanup code
This commit is contained in:
parent
1d84db7740
commit
d30e3b76b9
|
@ -157,8 +157,7 @@ func initUsers(confUsers string) {
|
|||
initCustomizedConfs()
|
||||
}
|
||||
|
||||
func initWide(confPath, confIP, confPort, confServer, confLogLevel, confStaticServer, confContext, confChannel,
|
||||
confPlayground string, confUsersWorkspaces string) {
|
||||
func initWide(confPath, confIP, confPort, confServer, confLogLevel, confStaticServer, confContext, confChannel, confPlayground string, confUsersWorkspaces string) {
|
||||
bytes, err := ioutil.ReadFile(confPath)
|
||||
if nil != err {
|
||||
logger.Error(err)
|
||||
|
|
Loading…
Reference in New Issue