From 713268538d360a8cdebcb4ccee45763a73680f82 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 9f4ff0fc..cc29ee1f 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;