Skip to content
Snippets Groups Projects
Commit 92c42a90 authored by Aymeric Varasse's avatar Aymeric Varasse
Browse files

Remove debug stuff that should not be there

parent 299240e5
No related branches found
No related tags found
No related merge requests found
Pipeline #14168 failed
......@@ -562,8 +562,6 @@ class JournalProcessorWorker:
It uses an on-disk set to make sure that each object is only ever
processed once.
"""
if obj is None:
return
if getattr(obj, "author", None) is not None:
self._add_person(obj.author)
if getattr(obj, "committer", None) is not None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment