Clean console.log
continuous-integration/drone/push Build is passing Details

peristanceBDD
Alban GUILHOT 2 years ago
parent 53c42d12de
commit 46922ef737

@ -11,7 +11,7 @@ import { MANAGER_CONVERSATION, MANAGER_GAME, MANAGER_USER } from '../../appManag
import { socket } from '../../socketConfig';
import { useConversationStore } from '../context/conversationContext';
import { Message } from '../core/message';
import ManagerUser from '../services/userServices/ManagerUser';
import ManagerUser from '../services/userServices/managerUser';
@ -22,9 +22,6 @@ function Home(props: { navigation: any; }) {
const { navigation } = props
console.log(socket.connected);
//It has to be in the home page that way the database will reload the conversations when the user receive a message een if he is in another page

@ -67,7 +67,6 @@ function SignIn(props: { navigation: any; }) {
Alert.alert("Incorrect Username or Password");
setPseudo("");
setPassword("");
console.log(pseudo, password);
setWaitConnect(0);
}

Loading…
Cancel
Save