Remove debug

This commit is contained in:
Michael Miller 2021-01-16 11:13:20 -07:00
parent 3ec267abbb
commit 3527507639
No known key found for this signature in database
GPG key ID: FB9F12F7C646A4AD

View file

@ -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.