Revert "Get actual paths for every entry in a matrix."

This reverts commit 350bc6f756.
This commit is contained in:
Kajari Ghosh
2018-01-24 11:52:43 -05:00
parent 350bc6f756
commit 13bb997525
2 changed files with 0 additions and 22 deletions
-1
View File
@@ -46,7 +46,6 @@ module.exports = function () {
// setup output logging
let logDir = path.join(this.LOGS_PATH, this.featureID);
this.scenarioLogFile = path.join(logDir, this.scenarioID) + '.log';
console.log(this.scenarioLogFile);
d3.queue(1)
.defer(mkdirp, logDir)
.defer(rimraf, this.scenarioLogFile)