Skip to content

Commit

Permalink
remove commented out lines
Browse files Browse the repository at this point in the history
  • Loading branch information
thyttan committed Feb 22, 2023
1 parent 705c2c5 commit 3226756
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/run/app.js
Expand Up @@ -4,7 +4,6 @@ let wu = require("widget_utils");
let runInterval;
let karvonnenActive = false;
// Run interface wrapped in a function
//function run() {
let ExStats = require("exstats");
let B2 = process.env.HWVERSION===2;
let Layout = require("Layout");
Expand Down Expand Up @@ -172,8 +171,6 @@ run();

// Korvonnen pasted inside a function
function karvonnen() {
// Attempt to stop listening to button
//clearWatch();
clearInterval(runInterval);
runInterval = undefined;
karvonnenActive = true;
Expand Down

0 comments on commit 3226756

Please sign in to comment.