Remove redundant call to files.check()

This commit is contained in:
Skylar Grant 2022-12-03 18:25:38 -05:00
parent e3e22b61be
commit 5ba4fbada9
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@ while (true) {
// Main function, turns the auger on, sleeps for the time given in environment variables, then turns the auger off, sleeps, repeats.
async function main() {
fn.files.check();
switch (fn.files.check()) {
case "pause":
fn.commands.pause();