Skip to content

Commit 6f7944b

Browse files
committed
chore: remove debug log
1 parent 99dbc4d commit 6f7944b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/decrypt-telegram.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ aad ??= TEST_AAD.toString('hex');
3333

3434
console.log(`Using decryption key: ${decryptionKey}`);
3535
console.log(`Using AAD: ${aad}`);
36-
console.log(process.argv);
3736

3837
const resolvedPath = path.resolve(process.cwd(), inputPath);
3938
let file = await fs.readFile(resolvedPath);

0 commit comments

Comments
 (0)