mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-9230: Remove unnecessary return statement from cloudStack.js
Removed the unnecessary return statement. The statement is never reached.
This commit is contained in:
parent
80703ca33c
commit
1c01b4ed8c
|
|
@ -213,8 +213,6 @@
|
|||
domainid: g_domainid
|
||||
}
|
||||
} : false;
|
||||
|
||||
return testAddUser;
|
||||
},
|
||||
|
||||
// Actual login process, via form
|
||||
|
|
|
|||
Loading…
Reference in New Issue