Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
Removed syntax_gen.js and its references
Browse files Browse the repository at this point in the history
Signed-off-by: Kamidi Preetham <kamidi@live.com>
  • Loading branch information
Kamidi Preetham committed Jul 27, 2016
1 parent f2baf1c commit 1311ac4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 97 deletions.
2 changes: 0 additions & 2 deletions server/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

var routes = require('./routes.js');
require('./configuration.js')();
require('./syntax_gen.js')();

try {
var app = express();
Expand Down Expand Up @@ -88,7 +87,6 @@
var server = app.listen(app.get('port'), function() {
if (jConf.server_output) {
console.log('Express server listening on port ' + server.address().port);
generateNodetypes();
}
});

Expand Down
95 changes: 0 additions & 95 deletions server/syntax_gen.js

This file was deleted.

0 comments on commit 1311ac4

Please sign in to comment.