Skip to content

Commit

Permalink
removing traceback
Browse files Browse the repository at this point in the history
  • Loading branch information
kylevillegas93 committed Dec 24, 2024
1 parent eee3eb7 commit 0015cd1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions services/sources/publisher_backlist_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import requests
import urllib.parse
from typing import Optional
import traceback
from model import Record, Work, Edition, Item
from sqlalchemy.orm import joinedload
from urllib.parse import urlparse
Expand Down Expand Up @@ -162,7 +161,6 @@ def get_records(
mapped_records.append(publisher_backlist_record)
except Exception:
logger.exception(f'Failed to process Publisher Backlist record: {record_metadata}')
logger.error(traceback.format_exc())

return mapped_records

Expand Down

0 comments on commit 0015cd1

Please sign in to comment.