Remove related with devicemgr 70/203370/1
authorjw_wonny.cha <jw_wonny.cha@samsung.com>
Fri, 12 Apr 2019 06:39:00 +0000 (15:39 +0900)
committerjw_wonny.cha <jw_wonny.cha@samsung.com>
Fri, 12 Apr 2019 06:39:00 +0000 (15:39 +0900)
Change-Id: I293e009c217a75cd7bb1182e39ab34f0b3e6484e
Signed-off-by: jw_wonny.cha <jw_wonny.cha@samsung.com>
glide.yaml
src/GoMain/src/main.go

index f244d2d..790cd66 100644 (file)
@@ -1,7 +1,6 @@
 package: .
 ignore:
 - configuremgr
-- devicemgr
 - discoverymgr
 - orchestrationapi
 - restapi/httpclient
index 533d04e..b075400 100755 (executable)
@@ -32,7 +32,6 @@ import (
        "net/http"
        restapi "restapi/v1"
 
-       "devicemgr"
        "discoverymgr"
        "securemgr"
        "servicemgr"
@@ -45,7 +44,6 @@ func main() {
        logmgr.Init()
        log.Printf("[%s] Server started", logPrefix)
 
-       devicemgr.InitDeviceMgr()
        servicemgr.Init()
        discoverymgr.InitDiscovery()
        securemgr.Init(keyFilePath)