Removing unused code

This commit is contained in:
Skylar Grant 2022-11-26 22:15:00 -05:00
parent e3ace6c862
commit 18011a8c05
1 changed files with 0 additions and 9 deletions

View File

@ -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 // Sleeps for any given milliseconds, call with await
function sleep(ms) { function sleep(ms) {
return new Promise((resolve) => { return new Promise((resolve) => {