Skip to content

Commit

Permalink
rm debugging lines
Browse files Browse the repository at this point in the history
  • Loading branch information
http://jneen.net/ committed Jun 3, 2019
1 parent 68aab23 commit d5165ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/rouge/lexers/escape.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ def to_end_regex

def stream_tokens(str, &b)
stream = StringScanner.new(str)
p :to_start_regex => to_start_regex
p :to_end_regex => to_end_regex

loop do
if stream.scan(to_start_regex)
Expand Down

0 comments on commit d5165ef

Please sign in to comment.