removed logging

pull/115/head
TaylorS15 1 year ago
parent 355d6e3cf2
commit 933174d530

@ -42,7 +42,6 @@ export default function APIKeyModal({
function handleCancel() {
async function getRecentDocs() {
const response = await getLocalRecentDocs();
console.log('response');
if (response) {
const parsedResponse = JSON.parse(response) as Doc;
@ -51,7 +50,6 @@ export default function APIKeyModal({
}
getRecentDocs();
console.log('cancel');
setIsError(false);
setModalState('INACTIVE');
}

Loading…
Cancel
Save