Prune unnecessary cucumber code

This commit is contained in:
Lauren Budorick
2016-05-23 14:59:56 -04:00
committed by Patrick Niklaus
parent 823ee54f22
commit cbbeef5c46
2 changed files with 3 additions and 20 deletions
+2 -1
View File
@@ -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;