Prune unnecessary cucumber code
This commit is contained in:
committed by
Patrick Niklaus
parent
823ee54f22
commit
cbbeef5c46
@@ -12,7 +12,8 @@ module.exports = function () {
|
||||
throw new Error('*** routability table must contain either "forw", "backw" or "bothw" column');
|
||||
}
|
||||
|
||||
this.reprocessAndLoadData(() => {
|
||||
this.reprocessAndLoadData((e) => {
|
||||
if (e) callback(e);
|
||||
var testRow = (row, i, cb) => {
|
||||
var outputRow = row;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user