Commit d5c48694 authored by Bill Lynch's avatar Bill Lynch Committed by bill

Removed debug


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1069 b35dd754-fafc-0310-a699-88a17e54d16e
parent 569f6776
...@@ -81,7 +81,6 @@ ...@@ -81,7 +81,6 @@
// paginator vars // paginator vars
int numPages = (int)Math.ceil((double)userCount/(double)range); int numPages = (int)Math.ceil((double)userCount/(double)range);
int curPage = (start/range) + 1; int curPage = (start/range) + 1;
System.err.println("curPage: " + curPage);
// Formatter for dates // Formatter for dates
DateFormat dateFormatter = DateFormat.getDateInstance(DateFormat.MEDIUM); DateFormat dateFormatter = DateFormat.getDateInstance(DateFormat.MEDIUM);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment