From 0b47713c581acd7b6df1025f2f4a04eb92af07a9 Mon Sep 17 00:00:00 2001 From: mmcw-dev Date: Thu, 19 Oct 2017 21:59:38 -0400 Subject: [PATCH] Stop resetting frame.start to 0 --- lib/intval/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/intval/index.js b/lib/intval/index.js index 2a8aab2..0e4d46d 100644 --- a/lib/intval/index.js +++ b/lib/intval/index.js @@ -131,7 +131,6 @@ intval._stop = function () { intval._pin.micro.unwatch() intval._state.frame.active = false - intval._state.frame.start = 0 } /** * Callback for watching relese switch state changes. @@ -215,7 +214,6 @@ intval._watchRelease = function (err, val) { intval._state.release.active = false } } - log.info('completed if statement') } intval._releaseClosedState = function (now) {