Skip to content

Commit

Permalink
Remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
CloCkWeRX committed Jun 5, 2017
1 parent 9829eb5 commit ffa19bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scraper.rb
Expand Up @@ -41,7 +41,6 @@
end

def translate_to_opencouncildata(feature)
raise feature["properties"].inspect
start_date, start_time = DateTime.strptime(feature["properties"]["start"], '%s').iso8601.split("T") if feature["properties"]["start"]
end_date, end_time = DateTime.strptime(feature["properties"]["end"], '%s').iso8601.split("T") if feature["properties"]["end"]

Expand Down

0 comments on commit ffa19bd

Please sign in to comment.