aboutsummaryrefslogtreecommitdiff
path: root/src/modules/system
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/system')
-rw-r--r--src/modules/system/index.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/system/index.ts b/src/modules/system/index.ts
index 57d52ca2..aec3525e 100644
--- a/src/modules/system/index.ts
+++ b/src/modules/system/index.ts
@@ -205,7 +205,6 @@ export class SystemModule extends ModuleBase {
*
* @since 3.1.0
*/
- // TODO @prisis 2022-01-25: add a parameter to have the possibility to have one or two ext on file.
filePath(): string {
return `${this.directoryPath()}/${this.fileName()}`;
}