Skip to content

Commit 7732f37

Browse files
committed
Remove errant byebug.
1 parent c7811ef commit 7732f37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/shex/algebra/one_of.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ def matches(t)
1919
status ""
2020
while num_iters < max
2121
matched_something = operands.select {|o| o.is_a?(TripleExpression)}.any? do |op|
22-
require 'byebug'; byebug
2322
begin
2423
matched = op.matches(statements)
2524
results += matched

0 commit comments

Comments
 (0)