Skip to content

Commit

Permalink
Merge pull request #9 from bettse/patch-1
Browse files Browse the repository at this point in the history
Cleanup console.log
  • Loading branch information
sergiss authored May 30, 2024
2 parents 8bd3460 + d6f00fa commit 12f6f74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ function fromTagURI(uri: string) {
}

function valueOf(hexEpc: string) {
console.log(hexEpc);
let header = Utils.hexToByte(hexEpc, 0); // first byte of EPC
switch (header) {
case Grai96.EPC_HEADER:
Expand Down Expand Up @@ -107,4 +106,4 @@ const TDS = {
};

export default TDS;
module.exports = TDS;
module.exports = TDS;

0 comments on commit 12f6f74

Please sign in to comment.