diff --git a/packages/safe-core-sdk/src/Safe.ts b/packages/safe-core-sdk/src/Safe.ts index 1a84e869c..fb8f2d837 100644 --- a/packages/safe-core-sdk/src/Safe.ts +++ b/packages/safe-core-sdk/src/Safe.ts @@ -464,13 +464,6 @@ class Safe { signedSafeTransaction.addSignature(signature) }) signedSafeTransaction.addSignature(signature) - - // TO-DO: Remove in v4.0.0 { - console.warn( - `⚠️ the "signTransaction" method now returns a signed Safe transaction without modifying the passed safeTransaction argument. Please check the new documentation: https://github.com/safe-global/safe-core-sdk/tree/main/packages/safe-core-sdk#signtransaction.` - ) - // } - return signedSafeTransaction }