mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Remove console.log
This commit is contained in:
parent
f67fa92102
commit
3595b6c5af
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
||||||
username : email[0],
|
username : email[0],
|
||||||
domain : email[1]
|
domain : email[1]
|
||||||
};
|
};
|
||||||
console.log(data);
|
|
||||||
// Return quota with M unit
|
// Return quota with M unit
|
||||||
if (data['mailbox-quota'].limit) {
|
if (data['mailbox-quota'].limit) {
|
||||||
var unit = data['mailbox-quota'].limit.slice(-1);
|
var unit = data['mailbox-quota'].limit.slice(-1);
|
||||||
|
|
Loading…
Add table
Reference in a new issue