Просмотр исходного кода

Harumph, deleted develop code.

Rafał Pitoń 11 лет назад
Родитель
Сommit
117eb922d1
1 измененных файлов с 0 добавлено и 1 удалено
  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