From 7f4ef60f8e986a86b6d4f389b6e162d49fa25999 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sat, 13 Feb 2021 17:30:55 -0800 Subject: [PATCH] fix(debug): Removing debugging lines --- src/slp/tokentype1.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/slp/tokentype1.js b/src/slp/tokentype1.js index 32283d3..307d18e 100644 --- a/src/slp/tokentype1.js +++ b/src/slp/tokentype1.js @@ -118,11 +118,11 @@ class TokenType1 { // Convert the send quantity to the format expected by slp-mdm. const baseQty = sendQtyBig.toString() - console.log('baseQty: ', baseQty) + // console.log('baseQty: ', baseQty) // Convert the change quantity to the format expected by slp-mdm. const baseChange = change.toString() - console.log('baseChange: ', baseChange) + // console.log('baseChange: ', baseChange) // Check for potential burns const outputQty = new BigNumber(baseChange).plus(