quota: remove console.log statement

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2015-07-21 11:37:23 +05:30
parent a9e8ceccdd
commit b3eeb6ce57
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ var g_quotaCurrency = '';
},
success: function(json) {
if (json.hasOwnProperty('listconfigurationsresponse') && json.listconfigurationsresponse.hasOwnProperty('configuration')) {
console.log(json.listconfigurationsresponse);
g_quotaCurrency = json.listconfigurationsresponse.configuration[0].value + ' ';
}
},