Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Nov 1, 2022
1 parent 2fe5dd2 commit 2489f1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/datalayer-utils.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export const encodeHex = (str) => {
console.log('!!!!', str);
return Buffer.from(str).toString('hex');
};

Expand Down

0 comments on commit 2489f1e

Please sign in to comment.