From 5ba4fbada92eb94799016d1bcd836c0eadcedcee Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Sat, 3 Dec 2022 18:25:38 -0500 Subject: [PATCH] Remove redundant call to files.check() --- main.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.js b/main.js index 639fdc1..7b38518 100644 --- a/main.js +++ b/main.js @@ -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();