=== modified file 'local/in/dhis-web-reports-national/src/main/java/org/hisp/dhis/reports/upward/action/GenerateUpwardReportAnalyserResultAction.java' --- local/in/dhis-web-reports-national/src/main/java/org/hisp/dhis/reports/upward/action/GenerateUpwardReportAnalyserResultAction.java 2012-07-02 11:35:09 +0000 +++ local/in/dhis-web-reports-national/src/main/java/org/hisp/dhis/reports/upward/action/GenerateUpwardReportAnalyserResultAction.java 2012-07-02 11:52:26 +0000 @@ -326,9 +326,6 @@ WritableCell cell = sheet0.getWritableCell(tempColNo, tempRowNo); - System.out.println("\n* TESTING: ["+cell.getCellFeatures()+"]"); - System.out.println("* TESTING : Cell Content ["+tempStr+"]\n"); - CellFormat cellFormat = cell.getCellFormat(); WritableCellFormat wCellformat = new WritableCellFormat(); wCellformat.setBorder(Border.ALL, BorderLineStyle.THIN); @@ -348,8 +345,6 @@ } } - outputReportWorkbook.write(); - count1++; }// inner while loop end orgUnitCount++;