Skip to content

Commit f3a6d04

Browse files
committed
chore: cleanup console logs and dead code
tests fail locally now ;(
1 parent 049c341 commit f3a6d04

File tree

15 files changed

+12
-1779
lines changed

15 files changed

+12
-1779
lines changed

packages/auth-server-api/src/config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@ if (!FACTORY_ADDRESS || !EOA_VALIDATOR_ADDRESS || !WEBAUTHN_VALIDATOR_ADDRESS ||
7171
process.exit(1);
7272
}
7373

74-
if (GUARDIAN_EXECUTOR_ADDRESS) {
75-
console.log("GuardianExecutor module will be installed during account deployment:", GUARDIAN_EXECUTOR_ADDRESS);
76-
}
77-
7874
// Supported chains configuration
7975
const zksyncOsTestnet = defineChain({
8076
id: 8022833,

packages/auth-server-api/src/handlers/deploy-account.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ export const deployAccountHandler = async (req: Request, res: Response): Promise
5959

6060
// Prepare deployment transaction
6161
const executorModulesToInstall = GUARDIAN_EXECUTOR_ADDRESS ? [GUARDIAN_EXECUTOR_ADDRESS as Address] : [];
62-
console.log("🔧 Deployment params:", {
63-
hasGuardianExecutor: !!GUARDIAN_EXECUTOR_ADDRESS,
64-
guardianExecutorAddress: GUARDIAN_EXECUTOR_ADDRESS,
65-
executorModules: executorModulesToInstall,
66-
});
6762

6863
const { transaction, accountId } = prepareDeploySmartAccount({
6964
contracts: {

packages/auth-server/GUARDIAN_TESTING.md

Lines changed: 0 additions & 299 deletions
This file was deleted.

0 commit comments

Comments
 (0)