remove debugger keyword

This commit is contained in:
Jessica Wang 2011-12-12 15:52:12 -08:00
parent 3c4d2e32ba
commit 23c8d4b929
1 changed files with 1 additions and 2 deletions

View File

@ -527,8 +527,7 @@
url: createURL("listTemplates&id=" + args.context.templates[0].id + "&zoneid=" + args.context.templates[0].zoneid + "&templatefilter=self"),
dataType: "json",
async: false,
success: function(json){
debugger;
success: function(json){
var item = json.listtemplatesresponse.template;
args.response.success({data: item});
}