OSDN Git Service
(root)
/
bytom
/
vapor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e74c0ef
)
clean
author
HAOYUatHZ
<haoyu@protonmail.com>
Sat, 31 Aug 2019 12:31:39 +0000
(20:31 +0800)
committer
HAOYUatHZ
<haoyu@protonmail.com>
Sat, 31 Aug 2019 12:31:39 +0000
(20:31 +0800)
toolbar/precog/monitor/stats.go
patch
|
blob
|
history
diff --git
a/toolbar/precog/monitor/stats.go
b/toolbar/precog/monitor/stats.go
index
ece90c1
..
f16b09e
100644
(file)
--- a/
toolbar/precog/monitor/stats.go
+++ b/
toolbar/precog/monitor/stats.go
@@
-33,7
+33,6
@@
func (m *monitor) upsertNode(node *config.Node) error {
if node.XPub != nil {
ormNode.Xpub = node.XPub.String()
}
- log.Info("======================================================================")
return m.db.Save(ormNode).Error
}