@solana/web3.js 1.37.0 → 1.37.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.iife.js CHANGED
@@ -22682,12 +22682,6 @@ var solanaWeb3 = (function (exports) {
22682
22682
 
22683
22683
  if ('data' in res.error) {
22684
22684
  logs = res.error.data.logs;
22685
-
22686
- if (logs && Array.isArray(logs)) {
22687
- const traceIndent = '\n ';
22688
- const logTrace = traceIndent + logs.join(traceIndent);
22689
- console.error(res.error.message, logTrace);
22690
- }
22691
22685
  }
22692
22686
 
22693
22687
  throw new SendTransactionError('failed to send transaction: ' + res.error.message, logs);