Removed redundant code

This commit is contained in:
ebner 2013-07-01 10:47:38 +02:00
parent 0971db10e2
commit b9f28a3eaa

View File

@ -125,9 +125,6 @@ public class ZeroMQViewer implements PlugIn {
readHeader(header); readHeader(header);
readContent(content); readContent(content);
} }
socket.close();
context.term();
} }
catch(Exception e){ catch(Exception e){
logger.log(Level.SEVERE, "",e); logger.log(Level.SEVERE, "",e);