Skip to content

Commit 2a378d0

Browse files
author
sbrinkmann
committed
Removed an unused require statement
1 parent 59b0416 commit 2a378d0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"rfid",
1010
"rc522"
1111
],
12-
"version": "14.1.7",
12+
"version": "14.1.8",
1313
"repository": {
1414
"type": "git",
1515
"url": "https://github.com/sbrinkmann/rc522-rfid.git"

rc522_output.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
var logger = require('dachshund-logger').getLogger(__filename);
21
var rc522 = require('./build/Release/rc522');
32

43
rc522(function(rfidTagSerialNumber) {

0 commit comments

Comments
 (0)