Revert "Get actual paths for every entry in a matrix."
This reverts commit 350bc6f756.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user