diff --git a/src/utils/rsa-keys.ts b/src/utils/rsa-keys.ts index 4f51effc..8ceeb797 100644 --- a/src/utils/rsa-keys.ts +++ b/src/utils/rsa-keys.ts @@ -61,8 +61,6 @@ export async function getOrCreateMasterKey(filePath = path.join(process.cwd(), ' const key = randomBytes(32); // 256-bit key - console.log(key) - await fs.writeFile(filePath, key, {mode: 0o600}); console.log(`Master key generated at ${filePath}`);