Remove dangling console log

This commit is contained in:
fadingNA
2024-11-23 20:04:53 -05:00
parent f01f76dba7
commit e5bd194b6c

View File

@@ -134,7 +134,7 @@ const Documents: React.FC<DocumentsProps> = ({
};
useEffect(() => {
console.log('modalState', modalState);
// console.log('modalState', modalState);
if (modalState === 'INACTIVE') {
refreshDocs(sortField, currentPage, rowsPerPage);
}