Skip to content

Commit

Permalink
Removed debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
spellew committed Jun 11, 2019
1 parent 9e2d53a commit 4b30650
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions brainzutils/musicbrainz_db/recording.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@ def fetch_multiple_recordings(mbids, includes=None):
includes_data=includes_data,
)

print("includes")
print(includes)

serial_recordings = {str(mbid): serialize_recording(recordings[mbid], includes_data[recordings[mbid].id]) for mbid in mbids}

return serial_recordings

0 comments on commit 4b30650

Please sign in to comment.