Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Lord committed Jul 17, 2014
1 parent bdc1776 commit 975e99a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions makeTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ module.exports = function makeTable(fullURL, callback) {
formattedURL = oldBase + parsed.key + oldQuery
}

// new url https://docs.google.com/spreadsheets/d/1jHY4wO4b0kuX4rVnJgZGwfQUzoxado52k1hzxdUY-AM/edit#gid=0
// old url https://docs.google.com/spreadsheet/ccc?key=0AuOjlXjUrSbAdE1XRFJkeEJZQ1NSelhILUR0NXdBWUE#gid=0

var csvParser = csv({json: true})
var req = request(formattedURL)

Expand Down

0 comments on commit 975e99a

Please sign in to comment.