Repository: incubator-stratos Updated Branches: refs/heads/master 22662cc1f -> 40ad3894a
Removing the accidently inserted variable for error page implementation Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/40ad3894 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/40ad3894 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/40ad3894 Branch: refs/heads/master Commit: 40ad3894aca0d8fb4f17a45ea3b71111c32e01d0 Parents: 22662cc Author: Chanaka Jayasena <[email protected]> Authored: Mon Apr 14 22:12:16 2014 +0530 Committer: Chanaka Jayasena <[email protected]> Committed: Mon Apr 14 22:12:16 2014 +0530 ---------------------------------------------------------------------- .../console/controllers/login.jag | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/40ad3894/components/org.apache.stratos.manager.console/console/controllers/login.jag ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/controllers/login.jag b/components/org.apache.stratos.manager.console/console/controllers/login.jag index e60a435..e42719f 100644 --- a/components/org.apache.stratos.manager.console/console/controllers/login.jag +++ b/components/org.apache.stratos.manager.console/console/controllers/login.jag @@ -20,7 +20,6 @@ * */ (function(){ - pri(k822); var log = new Log("controllers.login.jag"); var dataConfig = require('/config/console.js').config(); if(!dataConfig.ssoConfiguration.enabled){
