移除e.printStackTrace()

This commit is contained in:
zhangxin10 2015-12-11 20:08:50 +08:00
parent 3e2fbe1a76
commit e95b993b2a
1 changed files with 0 additions and 2 deletions

View File

@ -227,8 +227,6 @@ public class UserInfoCoordinator extends Thread {
try {
ZKUtil.getChildrenWithWatcher(Config.ZKPath.REGISTER_SERVER_PATH, watcher);
} catch (Exception e) {
//
e.printStackTrace();
if (lock != null && lock.isAcquiredInThisProcess()) {
try {
lock.release();