mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-26 23:05:00 +03:00
Removed log codes
This commit is contained in:
parent
1e2b136734
commit
4e781181c1
@ -35,7 +35,6 @@ class IconView extends Component {
|
||||
_getIcon = () => {
|
||||
const { iconType, children } = this.props;
|
||||
const name = this._getIconName();
|
||||
console.log('this.props :', this.props);
|
||||
|
||||
switch (iconType) {
|
||||
case 'Feather':
|
||||
|
@ -113,7 +113,6 @@ class TransactionView extends Component {
|
||||
default:
|
||||
break;
|
||||
}
|
||||
console.log('result :', result);
|
||||
return result;
|
||||
};
|
||||
|
||||
|
@ -95,7 +95,6 @@ class PinCodeContainer extends Component {
|
||||
username: currentAccount.name,
|
||||
accessToken,
|
||||
};
|
||||
console.log('pinData setUserDataWithPinCode0000000000', currentAccount);
|
||||
setUserDataWithPinCode(pinData).then(() => {
|
||||
AsyncStorage.setItem(INITIAL.IS_EXIST_USER, JSON.stringify(true), () => {
|
||||
dispatch(closePinCodeModal());
|
||||
|
@ -133,7 +133,6 @@ class ProfilePage extends React.Component {
|
||||
};
|
||||
|
||||
getMore = async () => {
|
||||
console.log('get more');
|
||||
await getPosts(
|
||||
'blog',
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user