Merge pull request #294 from GLYASAI/RAINBOND-965

[REV] remove debug message
This commit is contained in:
ysicing 2019-05-17 17:08:26 +08:00 committed by GitHub
commit 1b497039dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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