You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by im...@apache.org on 2014/12/22 07:29:10 UTC

[04/14] stratos git commit: cleanup extra info logs

cleanup extra info logs


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/22cdfc6c
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/22cdfc6c
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/22cdfc6c

Branch: refs/heads/master
Commit: 22cdfc6c5693ac7d9893dd17e07d8ac7316b6d18
Parents: 62e3337
Author: Dakshika Jayathilaka <si...@gmail.com>
Authored: Mon Dec 22 07:20:01 2014 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Mon Dec 22 11:58:57 2014 +0530

----------------------------------------------------------------------
 .../console/controllers/applications/application_requests.jag      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/22cdfc6c/components/org.apache.stratos.manager.console/console/controllers/applications/application_requests.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/controllers/applications/application_requests.jag b/components/org.apache.stratos.manager.console/console/controllers/applications/application_requests.jag
index 0f555cd..27735fa 100644
--- a/components/org.apache.stratos.manager.console/console/controllers/applications/application_requests.jag
+++ b/components/org.apache.stratos.manager.console/console/controllers/applications/application_requests.jag
@@ -25,7 +25,7 @@ var log = new Log("apachestratos.configure_request"),
         formtype = request.getParameter('formtype'),
         applicationId = request.getParameter('appId'),
         formSubmit;
-log.info(formPayload)
+
 //add login validator for pages
 include('/controllers/login/validator.jag');