feat: WEB-210 Removed unnecessary env changes and logs

This commit is contained in:
Hrishikesh Vaipurkar
2024-06-28 10:04:22 +02:00
parent 83cb76be65
commit c018dc8ce0
4 changed files with 1 additions and 5 deletions

View File

@@ -4,7 +4,6 @@ import { env } from "@/env/server"
export default function encryptValue(originalString: string) {
let result = ""
console.log("Node_Options: ", process.env.NODE_OPTIONS)
try {
const encryptionKey = env.BOOKING_ENCRYPTION_KEY
const bufferKey = Buffer.from(encryptionKey, "utf8")