Found the dead line while reading some code

This commit is contained in:
Thomas Karl Pietrowski 2018-09-09 11:43:47 +02:00 committed by Jaime van Kessel
parent 67bc45e37d
commit 5139e61475

View file

@ -76,7 +76,6 @@ class PackagesModel(ListModel):
if "author_id" not in package["author"] or "display_name" not in package["author"]:
package["author"]["author_id"] = ""
package["author"]["display_name"] = ""
# raise Exception("Detected a package with malformed author data.")
items.append({
"id": package["package_id"],