From e881939e66a16460aa8459cde44a79bd125edb2e Mon Sep 17 00:00:00 2001 From: Paul Shapiro Date: Tue, 28 Aug 2018 16:48:39 -0400 Subject: [PATCH] removed a log --- cryptonote_utils/cryptonote_utils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/cryptonote_utils/cryptonote_utils.js b/cryptonote_utils/cryptonote_utils.js index 46db4ea..4ff8cdf 100644 --- a/cryptonote_utils/cryptonote_utils.js +++ b/cryptonote_utils/cryptonote_utils.js @@ -522,7 +522,6 @@ var cnUtil = function(currencyConfig) args.payment_id_string = payment_id; } const args_str = JSON.stringify(args); - console.log("args_str" , JSON.stringify(args, null, ' ')) const ret_string = loaded_CNCrypto().create_transaction(args_str); const ret = JSON.parse(ret_string); //