diff options
Diffstat (limited to 'pygments/lexers/math.py')
-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)): |