diff --git a/domain-server/resources/web/js/settings.js b/domain-server/resources/web/js/settings.js index 56e451abf6..8a1165a523 100644 --- a/domain-server/resources/web/js/settings.js +++ b/domain-server/resources/web/js/settings.js @@ -283,8 +283,6 @@ function makeTable(setting, setting_name, setting_value) { // for arrays we add a hidden input to this td so that values can be posted appropriately html += "" - - console.log(html) } else if (row.hasOwnProperty(col.name)) { html += row[col.name] }