Skip to content

Commit

Permalink
remove pdfgen as requirement for the webserver
Browse files Browse the repository at this point in the history
  • Loading branch information
philschatz committed Oct 16, 2013
1 parent c8a5a1a commit 2e1b290
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/server.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ module.exports = exports = (argv) ->
# Set up the mongo connection
db = mongojs(CONNECTION_URL, ['tasks'])

# Error if required args are not included
REQUIRED_ARGS = [ 'pdfgen' ]
REQUIRED_ARGS.forEach (arg) ->
if not argv[arg]
console.error "Required command line argument missing: #{arg}"
throw new Error "Required command line argument missing"


# Enable easy-to-read stack traces
#Q.longStackSupport = true
Expand Down

0 comments on commit 2e1b290

Please sign in to comment.