Disable verbose logging

- Disable log console output in file to prevent logs from being printed to the console.
This commit is contained in:
Tola Leng
2025-07-31 14:57:16 +07:00
parent 205bedfba5
commit 8bb78e68ea
5 changed files with 16 additions and 16 deletions
@@ -114,7 +114,7 @@ export const AddRegionalAgentDialog: React.FC<AddRegionalAgentDialogProps> = ({
textarea.setSelectionRange(0, 99999); // For mobile devices
}
} catch (selectError) {
console.error('Failed to select text:', selectError);
// console.error('Failed to select text:', selectError);
}
}
};