mirror of
https://github.com/wassname/FanFicFare.git
synced 2026-09-11 11:52:07 +08:00
Remove some debug output.
This commit is contained in:
+3
-3
@@ -808,8 +808,8 @@ class Story(Configurable):
|
||||
|
||||
for line in sort_ships_splits.splitlines():
|
||||
if line:
|
||||
logger.debug("sort_ships_splits:%s"%line)
|
||||
logger.debug(retlist)
|
||||
## logger.debug("sort_ships_splits:%s"%line)
|
||||
## logger.debug(retlist)
|
||||
(splitre,splitmerge) = line.split("=>")
|
||||
splitmerge = splitmerge.replace(SPACE_REPLACE,' ')
|
||||
newretlist = []
|
||||
@@ -823,7 +823,7 @@ class Story(Configurable):
|
||||
newretlist.append( splitmerge.join(sorted(curlist)) )
|
||||
|
||||
retlist = newretlist
|
||||
logger.debug(retlist)
|
||||
## logger.debug(retlist)
|
||||
|
||||
if retlist:
|
||||
if doreplacements:
|
||||
|
||||
Reference in New Issue
Block a user