From e40aff48648eef661a61280e411dca7d5544f766 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Thu, 9 Oct 2014 16:54:08 -0700 Subject: [PATCH] remove a missed console log --- domain-server/resources/web/js/settings.js | 2 -- 1 file changed, 2 deletions(-) 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] }