summaryrefslogtreecommitdiff
path: root/system/db/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/db/config.go')
-rw-r--r--system/db/config.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/db/config.go b/system/db/config.go
index 17da078..24521b4 100644
--- a/system/db/config.go
+++ b/system/db/config.go
@@ -155,6 +155,8 @@ func PutConfig(key string, value interface{}) error {
return err
}
+ fmt.Println(data)
+
return nil
}