Skip to content

Commit

Permalink
Remove leftover logging from debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
GABRIELNGBTUC committed Dec 6, 2024
1 parent aeffe6d commit 69c779b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server/setup-database.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,6 @@ class SetupDatabase {

if (dbConfig.caFile) {
const base64Data = dbConfig.caFile.replace(/^data:application\/octet-stream;base64,/, "");
console.log(dbConfig);
console.log(base64Data);
console.log(dbConfig.caFile);
const binaryData = Buffer.from(base64Data, "base64").toString("binary");
const tempCaDirectory = fs.mkdtempSync("kuma-ca-");
dbConfig.caFilePath = path.join(tempCaDirectory, "ca.pem");
Expand Down

0 comments on commit 69c779b

Please sign in to comment.