Skip to content
Snippets Groups Projects
Commit e7b7fbdb authored by lowercasedonkey's avatar lowercasedonkey
Browse files

remove log

parent de4630bf
No related branches found
No related tags found
1 merge request!9397Use the more complete gates in FS policy data
...@@ -29,7 +29,6 @@ globalThis.policy = function(category) { ...@@ -29,7 +29,6 @@ globalThis.policy = function(category) {
for (let policyVariable in App.Data.Policies.Selection[category]) { for (let policyVariable in App.Data.Policies.Selection[category]) {
policyElement(policyVariable); policyElement(policyVariable);
} }
console.log(policyArray);
return policyArray; return policyArray;
/** @param {string} policyVariable */ /** @param {string} policyVariable */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment