summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2021-12-23 00:32:08 -0500
committerAustin Ziegler <austin@zieglers.ca>2021-12-23 00:32:08 -0500
commit4bc136dc2113ce2894e2e364bfddf2ff15761d45 (patch)
tree35f79cb859f332e4423c3f3778a16808c1a7a76f /spec
parent04e05439ecb75614eae36ff6d796585162b40025 (diff)
downloaddiff-lcs-4bc136dc2113ce2894e2e364bfddf2ff15761d45.tar.gz
Make tests a little quieter by removing a debug statement
Diffstat (limited to 'spec')
-rw-r--r--spec/spec_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 326c507..41e1f8e 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -288,7 +288,6 @@ module Diff::LCS::SpecHelper
end
def finished_b(event)
- p 'called #finished_b'
@done_b << [
event.old_element, event.old_position,
event.new_element, event.new_position