8000 Removing dead code. · cyrilverloop/codingame-js-tests@4481a41 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4481a41

Browse files
committed
Removing dead code.
1 parent de289b6 commit 4481a41

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

lib/generator/FilesGenerator.js

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -73,21 +73,6 @@ export default class FilesGenerator {
7373
}
7474
}
7575

76-
/**
77-
* Removes input and output directories.
78-
* @param {string} directory - the directory.
79-
* @returns {bool} - if the directory must be included.
80-
*/
81-
#removeInputOutputDirectories(directory) {
82-
const directoriesToExclude = ['input', 'output'];
83-
84-
if(directoriesToExclude.includes(directory) === true) {
85-
return false;
86-
}
87-
88-
return true;
89-
}
90-
9176
/**
9277
* Generates the files for the configuration.
9378
* @param {string} configurationPath - the path of the `config` directory.

0 commit comments

Comments
 (0)
0