remove comment

This commit is contained in:
Iuri Matias 2017-03-03 01:25:14 -05:00
parent cd45a2be77
commit 6799e1d8a5
1 changed files with 0 additions and 2 deletions

View File

@ -86,8 +86,6 @@ Engine.prototype.startService = function(serviceName, _options) {
plugins: this.plugins,
events: this.events
});
//deployManager.deployContracts(function() {
//});
this.events.on('file-event', function(fileType, path) {
if (fileType === 'contract' || fileType === 'config') {