Skip to content

Commit

Permalink
Remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
davidegrohmann committed Feb 16, 2016
1 parent 3f680d6 commit 1079c0b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ class SerializationAcceptanceTest extends ExecutionEngineFunSuite with QueryStat
graph.inTx {
val result = execute(query)

println(result.dumpToString())

result.dumpToString() should include(":T[0]{deleted}")
result.dumpToString() should include("Node[0]{deleted}")
result.dumpToString() should not include("Node[1]{deleted}")
Expand Down

0 comments on commit 1079c0b

Please sign in to comment.