Skip to content

Commit

Permalink
Remove weird function call
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Sep 22, 2015
1 parent 357131e commit abab1b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ var startMarkdownServer = function(options) {
opts.printMode = typeof printFile !== 'undefined' && printFile || opts.printMode;
opts.revealOptions = options.revealOptions || {};

generateMarkdownListing();

app.use('/lib/css/' + opts.highlightTheme + '.css',
staticDir(path.join(serverBasePath, 'node_modules', 'highlight.js', 'styles', opts.highlightTheme + '.css')));

Expand Down

0 comments on commit abab1b1

Please sign in to comment.