dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #01256
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 361: Unnecessary code removed.
------------------------------------------------------------
revno: 361
committer: Jan Henrik Overland janhenrik.overland@xxxxxxxxx
branch nick: trunk
timestamp: Mon 2009-06-08 17:45:19 +0200
message:
Unnecessary code removed.
modified:
gis/dhis-web-mapping/src/main/java/org/hisp/dhis/mapping/action/GetMapViewAction.java
gis/dhis-web-mapping/src/main/java/org/hisp/dhis/mapping/action/GetPeriodsByPeriodTypeAction.java
=== modified file 'gis/dhis-web-mapping/src/main/java/org/hisp/dhis/mapping/action/GetMapViewAction.java'
--- gis/dhis-web-mapping/src/main/java/org/hisp/dhis/mapping/action/GetMapViewAction.java 2009-05-27 13:20:03 +0000
+++ gis/dhis-web-mapping/src/main/java/org/hisp/dhis/mapping/action/GetMapViewAction.java 2009-06-08 15:45:19 +0000
@@ -81,8 +81,6 @@
{
object = mappingService.getMapView( id );
- System.out.println(object.getPeriodType().getId());
-
return SUCCESS;
}
}
\ No newline at end of file
=== modified file 'gis/dhis-web-mapping/src/main/java/org/hisp/dhis/mapping/action/GetPeriodsByPeriodTypeAction.java'
--- gis/dhis-web-mapping/src/main/java/org/hisp/dhis/mapping/action/GetPeriodsByPeriodTypeAction.java 2009-06-02 12:13:35 +0000
+++ gis/dhis-web-mapping/src/main/java/org/hisp/dhis/mapping/action/GetPeriodsByPeriodTypeAction.java 2009-06-08 15:45:19 +0000
@@ -105,8 +105,6 @@
}
Collections.sort( object, new PeriodComparator() );
-
- System.out.println(object);
}
return SUCCESS;
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription.