mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Remove debug
This commit is contained in:
parent
3ec267abbb
commit
3527507639
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ module Spectator
|
|||
# The *expression* is the actual value being tested and its label.
|
||||
# The *source* is the location of where this expectation was defined.
|
||||
def initialize(@expression : Expression(T), @source : Source)
|
||||
puts "TARGET: #{@expression} @ #{@source}"
|
||||
end
|
||||
|
||||
# Asserts that some criteria defined by the matcher is satisfied.
|
||||
|
|
Loading…
Reference in a new issue