diff options
author | Georg Brandl <georg@python.org> | 2014-09-20 10:03:18 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-09-20 10:03:18 +0200 |
commit | 5390fd6d21e81e8b4e9cb1cfab34b2718a9f15d1 (patch) | |
tree | 6403fffc6287ccd37a02444b1aa0fb0e6c7671d0 /pygments | |
parent | df9d1b0a4192a7d401e4aa05d310b7f4da0c84e2 (diff) | |
download | pygments-5390fd6d21e81e8b4e9cb1cfab34b2718a9f15d1.tar.gz |
Remove a debugging print in the MatlabSessionLexer.
Diffstat (limited to 'pygments')
-rw-r--r-- | pygments/lexers/math.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pygments/lexers/math.py b/pygments/lexers/math.py index ffb01cea..f03e1b64 100644 --- a/pygments/lexers/math.py +++ b/pygments/lexers/math.py @@ -440,7 +440,6 @@ class MatlabSessionLexer(Lexer): yield match.start(), Generic.Output, line - print(insertions) if curcode: # or item: for item in do_insertions( insertions, mlexer.get_tokens_unprocessed(curcode)): |