1
0
Fork 0

Removed errant println from testing

master
Bob Carroll 2013-11-07 00:05:47 -08:00
parent ce22bf110c
commit e5c4b4412c
1 changed files with 0 additions and 1 deletions

View File

@ -134,7 +134,6 @@ public class RapidView extends GreenHopperResource {
JSON result = null;
try {
System.out.println(getId());
result = restclient.get(RESOURCE_URI + "sprintquery/" + id);
} catch (Exception ex) {
throw new JiraException("Failed to retrieve sprints", ex);