CLOUDSTACK UI - remove debugger keyword
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5339769a Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/5339769a Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/5339769a Branch: refs/heads/ui-restyle Commit: 5339769a7f5e581d8dbf99bba8c0a3555a56a4a9 Parents: d54c9eb Author: Jessica Wang <[email protected]> Authored: Mon Oct 14 11:31:01 2013 -0700 Committer: Jessica Wang <[email protected]> Committed: Mon Oct 14 11:33:23 2013 -0700 ---------------------------------------------------------------------- ui/scripts/system.js | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5339769a/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 41fd43b..3dd400e 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -13997,7 +13997,6 @@ } }, action: function(args) { - debugger; $.ajax({ url: createURL('disassociateUcsProfileFromBlade'), data: {
