Skip to content

Commit

Permalink
Removed commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst committed Aug 9, 2016
1 parent f27307c commit db4bbdf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions openstates/ky/bills.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,14 @@ def scrape_subjects(self, session):
self._subjects[bill.replace(' ', '')].append(subject)

def scrape(self, chamber, session):
#if _prefiles_run:
#return

# Bill page markup changed starting with the 2016 regular session.
if (self.metadata['session_details'][session]['start_date'] >=
self.metadata['session_details']['2016RS']['start_date']):
self._is_post_2016 = True


#KY does prefiles in a seperate page
today = datetime.date.today()

#KY does prefiles in a seperate page
if ('prefile_start_date' in self.metadata['session_details'][session]
and self.metadata['session_details'][session]['start_date'] >= today
and self.metadata['session_details'][session]['prefile_start_date'] <= today):
Expand Down

0 comments on commit db4bbdf

Please sign in to comment.