mirror of
https://github.com/Telecominfraproject/wlan-sdk-mobile-app.git
synced 2025-10-29 18:02:23 +00:00
Removed some unnecessary console.log
This commit is contained in:
@@ -112,7 +112,6 @@ store.subscribe(generateApis);
|
||||
generateApis();
|
||||
|
||||
function generateApis() {
|
||||
console.log('generat');
|
||||
const state = store.getState();
|
||||
const brandInfo = state.brandInfo.value;
|
||||
|
||||
|
||||
@@ -41,7 +41,6 @@ export default function SignIn(props) {
|
||||
async function checkSignedIn() {
|
||||
try {
|
||||
if (await hasSession()) {
|
||||
console.log('has session');
|
||||
// Check to see if we can get subscriber information
|
||||
await getSubscriberInformation(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user