Skip to content

Commit

Permalink
Remove old config population function
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashid Khan committed Sep 2, 2016
1 parent 1c6af33 commit 9517745
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 37 deletions.
2 changes: 0 additions & 2 deletions src/core_plugins/timelion/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ var processFunctionDefinition = require('./server/lib/process_function_definitio
module.exports = function (server) {
//var config = server.config();

require('./server/lib/populate_config')(server);

require('./server/routes/run.js')(server);
require('./server/routes/functions.js')(server);
require('./server/routes/validate_es.js')(server);
Expand Down
35 changes: 0 additions & 35 deletions src/core_plugins/timelion/server/lib/populate_config.js

This file was deleted.

0 comments on commit 9517745

Please sign in to comment.