remove logs

This commit is contained in:
2024-10-25 06:44:34 +03:00
parent 600215fb15
commit b29906af84
6 changed files with 1 additions and 30 deletions

View File

@@ -172,7 +172,6 @@ export const GroupMail = ({
const getAllThreads = React.useCallback(
async (groupId: string, mode: string, isInitial?: boolean) => {
try {
console.log('mode', mode)
setIsLoading(true)
const offset = isInitial ? 0 : allThreads.length;
const isReverse = mode === "Newest" ? true : false;

View File

@@ -519,7 +519,6 @@ export const Group = ({
});
} catch (error) {}
};
console.log('desktopViewMode', desktopViewMode)
const getGroupDataSingle = async (groupId) => {
try {
return new Promise((res, rej) => {