Remove console log

This commit is contained in:
Ludovic Stephan 2017-03-26 00:25:51 -03:00
parent dbcfc6df46
commit 3f07bf56fa

View file

@ -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>';