Repository: cloudstack
Updated Branches:
  refs/heads/4.7 ff89587fd -> 24277e1d8


CLOUDSTACK-9230: Remove unnecessary return statement from cloudStack.js

Removed the unnecessary return statement.
The statement is never reached.


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1c01b4ed
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1c01b4ed
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1c01b4ed

Branch: refs/heads/4.7
Commit: 1c01b4ed8c9584ad35d07ccff0bfaf64f77b9da0
Parents: 80703ca
Author: Nitin Kumar Maharana <nitin.mahar...@gmail.com>
Authored: Mon Dec 28 17:13:05 2015 +0530
Committer: Nitin Kumar Maharana <nitin.mahar...@gmail.com>
Committed: Wed Jan 13 16:00:20 2016 +0530

----------------------------------------------------------------------
 ui/scripts/cloudStack.js | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1c01b4ed/ui/scripts/cloudStack.js
----------------------------------------------------------------------
diff --git a/ui/scripts/cloudStack.js b/ui/scripts/cloudStack.js
index 63b6dbf..6e41607 100644
--- a/ui/scripts/cloudStack.js
+++ b/ui/scripts/cloudStack.js
@@ -213,8 +213,6 @@
                         domainid: g_domainid
                     }
                 } : false;
-
-                return testAddUser;
             },
 
             // Actual login process, via form

Reply via email to