[hornetq-commits] JBoss hornetq SVN: r10069 - trunk/src/main/org/hornetq/core/paging/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Dec 22 15:03:31 EST 2010


Author: clebert.suconic at jboss.com
Date: 2010-12-22 15:03:31 -0500 (Wed, 22 Dec 2010)
New Revision: 10069

Modified:
   trunk/src/main/org/hornetq/core/paging/impl/PagingStoreImpl.java
Log:
removing mistakenly added System.outs

Modified: trunk/src/main/org/hornetq/core/paging/impl/PagingStoreImpl.java
===================================================================
--- trunk/src/main/org/hornetq/core/paging/impl/PagingStoreImpl.java	2010-12-22 20:03:08 UTC (rev 10068)
+++ trunk/src/main/org/hornetq/core/paging/impl/PagingStoreImpl.java	2010-12-22 20:03:31 UTC (rev 10069)
@@ -896,7 +896,6 @@
          {
             if (sync)
             {
-               System.out.println("Doing a sync on page");
                sync();
             }
          }



More information about the hornetq-commits mailing list