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;