Print

Print


Commit in hps-java/src/main/java/org/lcsim/hps/monitoring on MAIN
MonitoringApplication.java+1-51.15 -> 1.16

hps-java/src/main/java/org/lcsim/hps/monitoring
MonitoringApplication.java 1.15 -> 1.16
diff -u -r1.15 -r1.16
--- MonitoringApplication.java	16 Apr 2012 23:14:16 -0000	1.15
+++ MonitoringApplication.java	16 Apr 2012 23:51:52 -0000	1.16
@@ -152,7 +152,6 @@
 	            app.eventPanel.actionPerformed(e);        
 	        } 
 	        else if (eventRefreshCmd.equals(cmd)) {
-	            System.out.println("ActionEvent = " + cmd);
 	            app.setEventRefresh();
 	        }
 	        else if (savePlotsCmd.equals(cmd)) {
@@ -610,9 +609,7 @@
 	 *  Disconnect cleanly from an ET session.
 	 */
 	synchronized private void disconnect(int status) {
-	    
-	    System.out.println("disconnecting...");
-	    
+	    	   
 	    // Show a warning dialog box before disconnecting, if this option is selected.
 	    if (warnOnDisconnect()) {
 	        showDialog("You are about to be disconnected.");
@@ -736,7 +733,6 @@
 	
 	private EvioEvent createEvioEvent(EtEvent etEvent) throws IOException, EvioException {
 	    ByteBuffer buf = etEvent.getDataBuffer();
-	    System.out.println("createEvioEvent - buf position = " + buf.position());
 	    EvioReader reader = new EvioReader(buf);
 	    EvioEvent evioEvent = null;
 	    try {
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1