From cfc63810cc2aeea8f3fd377246f73e26d55b553b Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Mon, 30 Jul 2018 14:31:24 -0400 Subject: [PATCH] remove engine param --- lib/modules/graph/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/modules/graph/index.js b/lib/modules/graph/index.js index dfb452bd..5ccfe295 100644 --- a/lib/modules/graph/index.js +++ b/lib/modules/graph/index.js @@ -2,7 +2,6 @@ const async = require('async'); const Viz = require('viz.js'); const fs = require('fs'); -// TODO: refactor this class to use the plugin api and not refeneences directly class GraphGenerator { constructor(embark, _options) { const self = this;