From 3527507639edcb9e20684341d7d0c3b4af8025a8 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sat, 16 Jan 2021 11:13:20 -0700 Subject: [PATCH] Remove debug --- src/spectator/expectation.cr | 1 - 1 file changed, 1 deletion(-) diff --git a/src/spectator/expectation.cr b/src/spectator/expectation.cr index 091ba2b..031e41d 100644 --- a/src/spectator/expectation.cr +++ b/src/spectator/expectation.cr @@ -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.