Author: clebert.suconic(a)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();
}
}
Show replies by date