Skip to content

Commit

Permalink
TN: Removed test code
Browse files Browse the repository at this point in the history
  • Loading branch information
schneidy committed Feb 19, 2012
1 parent 56ea713 commit 4f1d4c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions openstates/tn/committees.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ def scrape(self, chamber, term):
url_chamber = self.chambers[chamber]
url = 'http://www.capitol.tn.gov/%s/committees/' % (url_chamber)
if chamber == 'upper':
#self.scrape_senate_committees(url)
test = True
self.scrape_senate_committees(url)
else:
self.scrape_house_committees(url)

Expand Down

0 comments on commit 4f1d4c8

Please sign in to comment.