Skip to content
Snippets Groups Projects
Commit 66501bc6 authored by florian's avatar florian
Browse files

MAINT: Remove debugging output

parent 680f1307
No related branches found
No related tags found
2 merge requests!89Release v0.10.0,!86F hide properties
Pipeline #31202 passed
......@@ -39,7 +39,6 @@ var prop_display = new function ($, getEntityName, getPropertyElements, getPrope
try {
resource = resource || "ext_prop_display.json";
conf = await load_config(resource);
console.log(`Successfully loaded config: ${JSON.stringify(conf, undefined, 2)}`);
} catch (err) {
logger.error(err);
}
......@@ -141,7 +140,6 @@ var prop_display = new function ($, getEntityName, getPropertyElements, getPrope
}
this.init = async function () {
console.log("initializing ext_prop_display.js");
const conf = await this.load_config();
if (("${BUILD_MODULE_EXT_PROPERTY_DISPLAY}" == "ENABLED") && Object.keys(conf).length > 0) {
// There are properties to be hidden, so make this clear in HTML body
......
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