mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-12-23 23:23:06 +11:00
Removed print
This commit is contained in:
parent
2287efb3b7
commit
19e45995bf
1 changed files with 0 additions and 2 deletions
|
@ -29,8 +29,6 @@ class NakedHtmlFormatter(HtmlFormatter):
|
|||
|
||||
def pygmentize(code_string, lexer_name=LEXER_DEFAULT):
|
||||
lexer_name = LEXER_LIST_NAME.get(lexer_name, None)
|
||||
|
||||
print lexer_name
|
||||
try:
|
||||
if lexer_name:
|
||||
lexer = get_lexer_by_name(lexer_name)
|
||||
|
|
Loading…
Reference in a new issue