chore: removes console logs

This commit is contained in:
Piyush Gupta
2025-10-30 02:49:13 +05:30
parent ead15e459a
commit fd010fe823

View File

@@ -87,8 +87,6 @@ const getChefAuthHeaders = (
// Format the private key properly
const formattedKey = formatPrivateKey(privateKey);
console.log("formattedKey", formattedKey);
// Sign the canonical request
const sign = crypto.createSign(apiVersion === "1.3" ? "RSA-SHA256" : "RSA-SHA1");
sign.update(canonicalRequest);