Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
cwendt94 committed Dec 5, 2023
1 parent c359ae8 commit 4edc1cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion espn_api/football/team.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def __init__(self, data, roster, schedule, year, **kwargs):
self._fetch_schedule(schedule)
self._fetch_roster(roster, year)
self.owners = kwargs.get('owners', [])
print(self.owners)

def __repr__(self):
return 'Team(%s)' % (self.team_name, )
Expand Down

0 comments on commit 4edc1cd

Please sign in to comment.