mirror of https://github.com/apache/cloudstack.git
quota: remove console.log statement
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
a9e8ceccdd
commit
b3eeb6ce57
|
|
@ -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 + ' ';
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue