Browse Source

fix py 35k test

Rafał Pitoń 8 years ago
parent
commit
2dea344c19
1 changed files with 0 additions and 1 deletions
  1. 0 1
      misago/markup/parser.py

+ 0 - 1
misago/markup/parser.py

@@ -136,7 +136,6 @@ def clean_links(request, result):
         if link.string.startswith('http://'):
             link.string.replace_with(link.string[7:].strip())
         if link.string.startswith('https://'):
-            print link.string
             link.string.replace_with(link.string[8:].strip())
 
     for img in soup.find_all('img'):