[fix] Remove console.log

This commit is contained in:
opi 2016-04-27 22:56:26 +02:00
parent f67fa92102
commit 3595b6c5af

View file

@ -68,7 +68,7 @@
username : email[0],
domain : email[1]
};
console.log(data);
// Return quota with M unit
if (data['mailbox-quota'].limit) {
var unit = data['mailbox-quota'].limit.slice(-1);