diff --git a/public/templates/overview-audit.html b/public/templates/overview-audit.html
index 93a304490..55ca93e76 100644
--- a/public/templates/overview-audit.html
+++ b/public/templates/overview-audit.html
@@ -3,7 +3,7 @@
diff --git a/public/templates/overview-fim.html b/public/templates/overview-fim.html
index 5b11a14a7..cfd2747c7 100644
--- a/public/templates/overview-fim.html
+++ b/public/templates/overview-fim.html
@@ -3,7 +3,7 @@
diff --git a/public/templates/overview-oscap.html b/public/templates/overview-oscap.html
index 6c4c010a6..4590c20ed 100644
--- a/public/templates/overview-oscap.html
+++ b/public/templates/overview-oscap.html
@@ -3,10 +3,10 @@
-
+
diff --git a/public/templates/overview-pci.html b/public/templates/overview-pci.html
index f2bb84e29..6c9ebdd94 100644
--- a/public/templates/overview-pci.html
+++ b/public/templates/overview-pci.html
@@ -3,7 +3,7 @@
diff --git a/public/templates/overview-pm.html b/public/templates/overview-pm.html
index 4f1e475f0..1e4d9c240 100644
--- a/public/templates/overview-pm.html
+++ b/public/templates/overview-pm.html
@@ -3,7 +3,7 @@
diff --git a/server/routes/wazuh-api.js b/server/routes/wazuh-api.js
index a790cd183..fe67a7400 100644
--- a/server/routes/wazuh-api.js
+++ b/server/routes/wazuh-api.js
@@ -113,7 +113,6 @@ module.exports = function (server, options) {
try {
pciRequirements = JSON.parse(fs.readFileSync(path.resolve(__dirname, pciRequirementsFile), 'utf8'));
- console.log(pciRequirements);
} catch (e) {
server.log([blueWazuh, 'initialize', 'error'], 'Could not read the mapping file.');
server.log([blueWazuh, 'initialize', 'error'], 'Path: ' + pciRequirementsFile);
diff --git a/server/scripts/initialize.js b/server/scripts/initialize.js
index 68c9bd109..515e95be8 100644
--- a/server/scripts/initialize.js
+++ b/server/scripts/initialize.js
@@ -156,7 +156,6 @@ module.exports = function (server, options) {
server.log([blueWazuh, 'initialize', 'info'], 'Template installed and loaded: ' + index_pattern);
insertSampleData(todayIndex);
}, function (data) {
- console.log(data);
server.log([blueWazuh, 'initialize', 'error'], 'Could not install template ' + index_pattern);
});
};
diff --git a/server/wazuh-monitoring.js b/server/wazuh-monitoring.js
index 99d6dc365..e0c964bed 100644
--- a/server/wazuh-monitoring.js
+++ b/server/wazuh-monitoring.js
@@ -208,7 +208,6 @@ module.exports = function (server, options) {
function () {
server.log([blueWazuh, 'initialize', 'info'], '[Wazuh agents monitoring] Template installed and loaded: ' + index_pattern);
}, function (data) {
- console.log(data);
server.log([blueWazuh, 'initialize', 'error'], '[Wazuh agents monitoring] Could not install template ' + index_pattern);
});
};