Skip to content

Commit e3e4b1a

Browse files
committed
Remove non 712 log
1 parent 5bf2399 commit e3e4b1a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Assets/Thirdweb/Core/Scripts/Wallet.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,6 @@ public async Task<string> Sign(string message)
459459
}
460460
catch
461461
{
462-
ThirdwebDebug.Log("Account does not support 712 signing, using personal_sign");
463462
factorySupports712 = false;
464463
}
465464

0 commit comments

Comments
 (0)