mirror of
https://github.com/Fishwaldo/rundeck-api-java-client.git
synced 2025-07-06 13:08:38 +00:00
Remove println
This commit is contained in:
parent
cb4d67f8f4
commit
ad49b635b7
1 changed files with 0 additions and 1 deletions
|
@ -87,7 +87,6 @@ public class OutputEntryParser implements XmlNodeParser<RundeckOutputEntry> {
|
|||
}
|
||||
try {
|
||||
Date parse = dateFormat.parse(s);
|
||||
System.out.println(s + ": " + parse.getTime());
|
||||
return parse;
|
||||
} catch (ParseException e) {
|
||||
return null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue