calcms*.js: remove debugging

This commit is contained in:
Milan
2023-03-29 22:05:44 +02:00
parent 1c35ed7628
commit e5c5a5a0f8
2 changed files with 0 additions and 3 deletions

View File

@@ -137,7 +137,6 @@ var calcms_settings = new Array();
var pattern = new RegExp(key);
var matchs = pattern.exec(url);
if ((matchs != null) && (matchs.length > 0)) {
console.log("matchs " + url)
$('div.entry-content').append('<div id="result"> </div>')
calcms.updateContainer("#result", editorsUrl);
}