removing some debug params

This commit is contained in:
abhishek 2010-10-25 11:51:21 -07:00
parent c98b2a7fa2
commit aebf02b707
1 changed files with 0 additions and 1 deletions

View File

@ -6891,7 +6891,6 @@ public class ManagementServerImpl implements ManagementServer {
UpdateCertificateCommand certCmd = new UpdateCertificateCommand(_certDao.findById(certVOId).getCertificate());
try {
Answer updateCertAns = _agentMgr.send(consoleProxy.getId(), certCmd);
int a = 30;
} catch (AgentUnavailableException e) {
s_logger.warn("Unable to send command to the console proxy resource", e);
} catch (OperationTimedoutException e) {