remove console.log

This commit is contained in:
Elliot DeNolf
2020-11-02 13:44:02 -05:00
parent a00c565a62
commit 699aa1b60f

View File

@@ -49,7 +49,6 @@ const Auth = (props) => {
method: 'post',
});
console.log('response.status', response.status);
if (response.status === 200) {
replaceStatus([{
message: 'Successfully unlocked',