Some cleanups

Remove old commented out code from manual mysql solution
This commit is contained in:
2017-03-07 10:54:10 +01:00
parent 6e973369cd
commit 467f829af2
4 changed files with 12 additions and 603 deletions

View File

@@ -153,7 +153,7 @@ class DiscussionParserBot(
else:
redpage = RedPage( self.current_page )
#~ # Check whether parsing is needed
# Check whether parsing is needed
if redpage.is_parsing_needed():
# Count families for failure analysis
fam_counter = 0