Skip to content

Commit c9520e3

Browse files
committed
remove logs
1 parent a824d3e commit c9520e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Assets/Thirdweb/Core/Scripts/Transaction.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,9 +444,7 @@ private async Task<string> Send()
444444
else
445445
{
446446
var force1559 = Input.Type != null && Input.Type.HexValue == new HexBigInteger((int)TransactionType.EIP1559).HexValue;
447-
Debug.Log($"Force 1559: {force1559}");
448447
var supports1559 = force1559 || (Input.Type == null && Utils.Supports1559(_sdk.Session.ChainId.ToString()));
449-
Debug.Log($"Supports 1559: {supports1559}");
450448
if (supports1559)
451449
{
452450
if (Input.GasPrice == null)

0 commit comments

Comments
 (0)