Browse Source

Harumph, deleted develop code.

Rafał Pitoń 11 years ago
parent
commit
117eb922d1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      misago/markdown/extensions/quotes.py

+ 0 - 1
misago/markdown/extensions/quotes.py

@@ -52,7 +52,6 @@ class QuoteTitlesPreprocessor(markdown.preprocessors.Preprocessor):
                     clean.append(line)
             except IndexError:
                 clean.append(line)
-        print clean
         return clean