Skip to content
Snippets Groups Projects
Commit 7e80bac3 authored by enured's avatar enured
Browse files

B14305: Removed debug output. refs #14305

parent a10d1cb5
No related branches found
No related tags found
3 merge requests!504New version 22.12.1,!501B14305: Handle beUserUid over SIP like beUsername. What about saveHistory...,!485B14305 inline report history
Pipeline #8222 passed
......@@ -117,7 +117,6 @@ $(document).ready(function(){
$(externWindow).submit(function() {
$.post($(externWindow).attr('action'),$(externWindow).serializeArray())
.done(function(data) {
console.log(data);
var badge;
if (data.status === "error") {
data.message = data.message.replace(/(<([^>]+)>)/gi, "\n");
......
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