diff --git a/tabellio/pcfdb/sync.py b/tabellio/pcfdb/sync.py index 1948f74..8e0450d 100644 --- a/tabellio/pcfdb/sync.py +++ b/tabellio/pcfdb/sync.py @@ -1096,6 +1096,7 @@ class SyncFromPcfDbView(BrowserView): if intit and '\n' in intit: intit = intit.replace('\n', ' ').replace('\r', '') if re.match('q[0-9]+$', intit): + logging.debug('skipping question, %s', intit) if hasattr(self.questions_folder, dos_id): self.questions_folder.manage_delObjects(dos_id) continue