mirror of https://github.com/apache/cloudstack.git
remove debugger
This commit is contained in:
parent
58b7c8f4e5
commit
7118f72c68
|
|
@ -119,8 +119,7 @@ var primarystorageActionMap = {
|
|||
$.ajax({
|
||||
data: createURL("command=listStoragePools&id="+id),
|
||||
dataType: "json",
|
||||
success: function(json) {
|
||||
debugger;
|
||||
success: function(json) {
|
||||
var items = json.liststoragepoolsresponse.storagepool;
|
||||
if(items != null && items.length > 0) {
|
||||
item = items[0];
|
||||
|
|
|
|||
Loading…
Reference in New Issue