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