mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-10 05:56:00 +00:00
remove useless registerProcess function
This commit is contained in:
parent
2e9993c400
commit
b473f33237
@ -24,7 +24,6 @@ var Plugin = function(options) {
|
||||
this.pluginTypes = [];
|
||||
this.uploadCmds = [];
|
||||
this.apiCalls = [];
|
||||
this.processes = [];
|
||||
this.imports = [];
|
||||
this.embarkjs_code = [];
|
||||
this.embarkjs_init_code = {};
|
||||
@ -217,11 +216,6 @@ Plugin.prototype.registerAPICall = function(method, endpoint, cb) {
|
||||
this.addPluginType('apiCalls');
|
||||
};
|
||||
|
||||
Plugin.prototype.registerProcess = function(processName) {
|
||||
this.processes.push({processName});
|
||||
this.addPluginType('processes');
|
||||
};
|
||||
|
||||
Plugin.prototype.runFilePipeline = function() {
|
||||
var self = this;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user