mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-07 12:02:25 +02:00
Remove some debug
This commit is contained in:
parent
84965ef25f
commit
bb96049934
1 changed files with 2 additions and 2 deletions
|
|
@ -1153,9 +1153,9 @@ class FanFicFarePlugin(InterfaceAction):
|
|||
## Aug2024 moved site specific search changes to adapters as
|
||||
## classmethod
|
||||
regexp = adapters.get_url_search(url)
|
||||
logger.debug(regexp)
|
||||
# logger.debug(regexp)
|
||||
retval = self.gui.current_db.search_getting_ids(regexp,None,use_virtual_library=False)
|
||||
logger.debug(retval)
|
||||
# logger.debug(retval)
|
||||
return retval
|
||||
|
||||
def prep_downloads(self, options, books, merge=False, extrapayload=None):
|
||||
|
|
|
|||
Loading…
Reference in a new issue