From 6799e1d8a5652c787081da125038a92854b28777 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Fri, 3 Mar 2017 01:25:14 -0500 Subject: [PATCH] remove comment --- lib/core/engine.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/core/engine.js b/lib/core/engine.js index 32a1f8c23..6e4bc01f7 100644 --- a/lib/core/engine.js +++ b/lib/core/engine.js @@ -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') {