Skip to content

Commit

Permalink
Fixes #10553: Log contains debug info \"**** got string: {\"start\":\…
Browse files Browse the repository at this point in the history
…"2017-03-09 00:00:00\", \"end\", \"2017-03-11 00:00:00\"}\"
  • Loading branch information
ncharles committed Apr 4, 2017
1 parent b604e49 commit 694507a
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -100,8 +100,6 @@ class LogDisplayer(

val format = DateTimeFormat.forPattern("YYYY-MM-dd HH:mm:ss")

println("**** got string: " + jsonInterval)

(for {
parsed <- tryo(parse(jsonInterval)) ?~! s"Error when trying to parse '${jsonInterval}' as a JSON datastructure with fields 'start' and 'end'"
startStr <- parsed \ "start" match {
Expand Down

0 comments on commit 694507a

Please sign in to comment.