Skip to content

Commit

Permalink
Remove a stray log message in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
whitfin committed Jun 15, 2016
1 parent 4ded582 commit b9d2fd9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/eternal_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ defmodule EternalTest do
:timer.sleep(250)
end)

IO.puts(msg)

assert(Regex.match?(~r/\[debug\] \[eternal\] Table \d+ gifted to #PID<\d\.\d+\.\d> via #PID<\d\.\d+\.\d>/, msg))
end

Expand Down

0 comments on commit b9d2fd9

Please sign in to comment.