Removed approved row

This commit is contained in:
Lee Olayvar
2014-11-21 05:27:38 +00:00
parent 965041aed1
commit b5d7fbb9a3
2 changed files with 2 additions and 6 deletions

View File

@@ -17,5 +17,5 @@ If your application is not approved yet, correct your team row, click on the twe
SUPPORT YOUR FAVORITE TEAM BY CLICKING THE TWEET LINK! GOOD LUCK TO ALL TEAMS! LET'S HAVE SOME FUN :)
| #TeamNameTeam | Team Lead | Team Members | Team Page | Approved? |
|---------------|-----------|--------------|-----------|-----------|
| #TeamNameTeam | Team Lead | Team Members | Team Page |
|---------------|-----------|--------------|-----------|

View File

@@ -86,10 +86,6 @@ format_json = (data, filepath) ->
else teamName = teamPathName
output += " [#{teamName}](./Teams/#{teamPathName}/ABOUT.md) |"
# Fifth column, Approved
# Faking for now
output += " |\n"
# Return the final output
output