forked from DGNum/gestioCOF
Remove console log
This commit is contained in:
parent
dbcfc6df46
commit
3f07bf56fa
1 changed files with 0 additions and 1 deletions
|
@ -142,7 +142,6 @@ class UserDialog {
|
|||
|
||||
function getErrorsHtml(data) {
|
||||
var content = '';
|
||||
console.log(data);
|
||||
if ('operation_group' in data['errors']) {
|
||||
content += 'Général';
|
||||
content += '<ul>';
|
||||
|
|
Loading…
Reference in a new issue