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) {
|
function getErrorsHtml(data) {
|
||||||
var content = '';
|
var content = '';
|
||||||
console.log(data);
|
|
||||||
if ('operation_group' in data['errors']) {
|
if ('operation_group' in data['errors']) {
|
||||||
content += 'Général';
|
content += 'Général';
|
||||||
content += '<ul>';
|
content += '<ul>';
|
||||||
|
|
Loading…
Reference in a new issue