diff --git a/gramps/plugins/importer/importgeneweb.py b/gramps/plugins/importer/importgeneweb.py index 59e60b8f5..201f132c0 100644 --- a/gramps/plugins/importer/importgeneweb.py +++ b/gramps/plugins/importer/importgeneweb.py @@ -1152,8 +1152,7 @@ class GeneWebParser: except UnicodeDecodeError: pass - return( s) + return(s) - def debug( self, txt): - if enable_debug: - print(txt) + def debug(self, txt): + LOG.debug(txt)