mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-12-01 11:18:08 +08:00
Merge pull request #294 from GLYASAI/RAINBOND-965
[REV] remove debug message
This commit is contained in:
commit
1b497039dc
@ -527,9 +527,6 @@ func (a *appRuntimeStore) OnAdd(obj interface{}) {
|
||||
}
|
||||
}
|
||||
}
|
||||
if node, ok := obj.(*corev1.Node); ok {
|
||||
logrus.Debugf("Node: %s", node.Name)
|
||||
}
|
||||
}
|
||||
|
||||
//getAppService if creater is true, will create new app service where not found in store
|
||||
|
Loading…
Reference in New Issue
Block a user