From 40cfda8d9012ebb0433663bf3a9c7e920407d97c Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Sat, 26 Aug 2017 19:26:30 -0400 Subject: [PATCH] Remove logging. --- lib/intval/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/intval/index.js b/lib/intval/index.js index 9dbc72a..bd96a15 100644 --- a/lib/intval/index.js +++ b/lib/intval/index.js @@ -1,7 +1,7 @@ 'use strict' const Gpio = require('onoff').Gpio -console.dir(Gpio) + const PINS = { fwd : { pin : 4,