remove debugger

This commit is contained in:
Jessica Wang 2010-11-04 09:57:38 -07:00
parent 58b7c8f4e5
commit 7118f72c68
1 changed files with 1 additions and 2 deletions

View File

@ -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];