--- android/MarketStats/src/dk/thoerup/marketstats/CommentCallback.java 2010/04/23 15:23:44 663 +++ android/MarketStats/src/dk/thoerup/marketstats/CommentCallback.java 2010/04/23 15:25:52 664 @@ -31,7 +31,8 @@ //System.out.println("Response : " + response); //sb.append("Response: " + response + "\n"); entryCount = response.getEntriesCount(); - System.out.println("Count="+entryCount); + + //System.out.println("Count="+entryCount); List cl = response.getCommentsList(); for (Comment c : cl) {