Skip to content

Commit

Permalink
NH: Removed stray debugging statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Lo committed May 11, 2016
1 parent 252f563 commit a4c140c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openstates/nh/legislators.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,4 @@ def scrape(self, chamber, term):
legislators = self._parse_legislators(chamber, term)

for legislator in legislators:
self.logger.debug(legislator)
self.save_legislator(legislator)

0 comments on commit a4c140c

Please sign in to comment.