From 23c8d4b929f15986aa9edc790c581fb5d64d1803 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Mon, 12 Dec 2011 15:52:12 -0800 Subject: [PATCH] remove debugger keyword --- ui/scripts/templates.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/scripts/templates.js b/ui/scripts/templates.js index 355839a1d4c..64358b4b823 100644 --- a/ui/scripts/templates.js +++ b/ui/scripts/templates.js @@ -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}); }