Skip to content

Commit

Permalink
Profile merger
Browse files Browse the repository at this point in the history
  • Loading branch information
atompie committed Nov 30, 2023
1 parent db7cd4a commit 76d17f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tracardi/service/storage/driver/elastic/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ async def load_by_id(profile_id: str) -> Optional[StorageRecord]:

profile_records = await storage_manager('profile').query(query)

print(profile_records)

if profile_records.total > 1:
raise DuplicatedRecordException("Profile {} id duplicated in the database..".format(profile_id))

Expand Down

0 comments on commit 76d17f7

Please sign in to comment.