From 18011a8c058ef584fd627e7d1e469ea015fb06ec Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Sat, 26 Nov 2022 22:15:00 -0500 Subject: [PATCH] Removing unused code --- main.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/main.js b/main.js index 6ac9ac4..f107d00 100644 --- a/main.js +++ b/main.js @@ -33,15 +33,6 @@ function augerOff(err) { }); } -// Identical functions as above for debugging without gpio -// function augerOff() { -// console.log('Auger turned off.'); -// } - -// function augerOn() { -// console.log('Auger turned on.'); -// } - // Sleeps for any given milliseconds, call with await function sleep(ms) { return new Promise((resolve) => {