--- android/MarketStats/src/dk/thoerup/marketstats/AppsCallback.java 2010/04/23 15:25:52 664 +++ android/MarketStats/src/dk/thoerup/marketstats/AppsCallback.java 2010/04/23 15:26:21 665 @@ -18,7 +18,7 @@ @Override public void onResult(ResponseContext context, AppsResponse response) { //System.out.println("Response : " + response); - sb.append("Response: " + response + "\n"); + //sb.append("Response: " + response + "\n"); Formatter form = new Formatter(sb); App app = response.getApp(0);