mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-17 09:46:37 +00:00
remove comment
This commit is contained in:
parent
cd45a2be77
commit
6799e1d8a5
@ -86,8 +86,6 @@ Engine.prototype.startService = function(serviceName, _options) {
|
|||||||
plugins: this.plugins,
|
plugins: this.plugins,
|
||||||
events: this.events
|
events: this.events
|
||||||
});
|
});
|
||||||
//deployManager.deployContracts(function() {
|
|
||||||
//});
|
|
||||||
|
|
||||||
this.events.on('file-event', function(fileType, path) {
|
this.events.on('file-event', function(fileType, path) {
|
||||||
if (fileType === 'contract' || fileType === 'config') {
|
if (fileType === 'contract' || fileType === 'config') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user