diff options
Diffstat (limited to 'includes/external/jobs')
-rw-r--r-- | includes/external/jobs/index.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/external/jobs/index.js b/includes/external/jobs/index.js index aa84db9..39b7de5 100644 --- a/includes/external/jobs/index.js +++ b/includes/external/jobs/index.js @@ -1,8 +1,6 @@ const fs = require('fs'); const child_process = require('child_process'); -// TODO: Jobs history - let jobs = require('../../data/jobs.json'); let history = require('../../data/history.json'); |