forgot to remove the sophisticated debuging code - oops

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@490454 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2006-12-27 07:43:43 +00:00
parent de64939643
commit 63ec479423
1 changed files with 0 additions and 2 deletions

View File

@ -349,9 +349,7 @@ public class MasterBroker extends InsertableMutableBrokerFilter{
protected void sendSyncToSlave(Command command){
try{
System.err.println("SEMNDING SYNC "+command);
Response response=(Response)slave.request(command);
System.out.println("GOT RESPONSE "+response);
if(response.isException()){
ExceptionResponse er=(ExceptionResponse)response;
log.error("Slave Failed",er.getException());