remove engine param

This commit is contained in:
Iuri Matias 2018-07-30 14:31:24 -04:00 committed by Pascal Precht
parent 251a49c526
commit 713268538d
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 0 additions and 1 deletions

View File

@ -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;