Removing unused code
This commit is contained in:
parent
e3ace6c862
commit
18011a8c05
9
main.js
9
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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user