cleanup js logs
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/e3ceec7b Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/e3ceec7b Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/e3ceec7b Branch: refs/heads/master Commit: e3ceec7b14904c8ce3e3c492eea13fb2d4dea9d1 Parents: fbe6afa Author: Dakshika Jayathilaka <[email protected]> Authored: Tue Nov 11 16:46:56 2014 +0530 Committer: Dakshika Jayathilaka <[email protected]> Committed: Tue Nov 11 16:46:56 2014 +0530 ---------------------------------------------------------------------- .../console/themes/theme0/partials/applications_form.hbs | 2 -- .../console/themes/theme0/partials/configure_form.hbs | 2 -- .../console/themes/theme0/partials/my_cartridges.hbs | 1 - .../console/themes/theme0/partials/users_form.hbs | 1 - .../console/themes/theme0/partials/wizard.hbs | 2 -- 5 files changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/e3ceec7b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/applications_form.hbs ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/themes/theme0/partials/applications_form.hbs b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/applications_form.hbs index 3e0118f..9dbafa2 100644 --- a/components/org.apache.stratos.manager.console/console/themes/theme0/partials/applications_form.hbs +++ b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/applications_form.hbs @@ -164,7 +164,6 @@ $('#editortoggle').text('Form View'); isForm = false; $('textarea#jsoneditor').val(JSON.stringify(editor.getValue(), null, '\t')); - console.log('click once') } else { changeDisplayMode('#jsonform', '#textform'); @@ -231,7 +230,6 @@ dataType: 'json', data: { "formPayload": JSON.stringify(payload), "formtype": formtype }, success: function (data) { - console.log(data); if (data.status == 'error') { var n = noty({text: data.message, layout: 'bottomRight', type: 'error'}); } else if (data.status == 'warning') { http://git-wip-us.apache.org/repos/asf/stratos/blob/e3ceec7b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/configure_form.hbs ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/themes/theme0/partials/configure_form.hbs b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/configure_form.hbs index 4645de3..ed06119 100644 --- a/components/org.apache.stratos.manager.console/console/themes/theme0/partials/configure_form.hbs +++ b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/configure_form.hbs @@ -220,7 +220,6 @@ $('#editortoggle').text('Form View'); isForm = false; $('textarea#jsoneditor').val(JSON.stringify(editor.getValue(), null, '\t')); - console.log('click once') } else { changeDisplayMode('#jsonform', '#textform'); @@ -287,7 +286,6 @@ dataType: 'json', data: { "formPayload": JSON.stringify(payload), "formtype": formtype }, success: function (data) { - console.log(data); if (data.status == 'error') { var n = noty({text: data.message, layout: 'bottomRight', type: 'error'}); } else if (data.status == 'warning') { http://git-wip-us.apache.org/repos/asf/stratos/blob/e3ceec7b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/my_cartridges.hbs ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/themes/theme0/partials/my_cartridges.hbs b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/my_cartridges.hbs index 8b15eaa..ebf8c08 100644 --- a/components/org.apache.stratos.manager.console/console/themes/theme0/partials/my_cartridges.hbs +++ b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/my_cartridges.hbs @@ -97,7 +97,6 @@ dataType: 'json', data: { "cartridge_name":cartridge_name}, success: function (data) { - console.log(data); if (data.status == 'error') { var n = noty({text: data.message, layout: 'bottomRight', type: 'error'}); } else if (data.status == 'warning') { http://git-wip-us.apache.org/repos/asf/stratos/blob/e3ceec7b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/users_form.hbs ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/themes/theme0/partials/users_form.hbs b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/users_form.hbs index 40678a5..c2c4317 100644 --- a/components/org.apache.stratos.manager.console/console/themes/theme0/partials/users_form.hbs +++ b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/users_form.hbs @@ -153,7 +153,6 @@ dataType: 'json', data: { "formPayload": JSON.stringify(payload), "formtype": formtype }, success: function (data) { - console.log(data); if (data.status == 'error') { var n = noty({text: data.message, layout: 'bottomRight', type: 'error'}); } else if (data.status == 'warning') { http://git-wip-us.apache.org/repos/asf/stratos/blob/e3ceec7b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/wizard.hbs ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/themes/theme0/partials/wizard.hbs b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/wizard.hbs index f33dcff..1ae25c8 100644 --- a/components/org.apache.stratos.manager.console/console/themes/theme0/partials/wizard.hbs +++ b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/wizard.hbs @@ -143,7 +143,6 @@ $('#editortoggle').text('Form View'); isForm = false; $('textarea#jsoneditor').val(JSON.stringify(editor.getValue(), null, '\t')); - console.log('click once') } else { changeDisplayMode('#jsonform', '#textform'); @@ -221,7 +220,6 @@ dataType: 'json', data: { "formPayload": JSON.stringify(payload), "formtype": formtype }, success: function (data) { - console.log(data); if (data.status == 'error') { var n = noty({text: data.message, layout: 'bottomRight', type: 'error'});
