Revert "Add debug lines for fav click"

This reverts commit 8e2e039985.
This commit is contained in:
Jack Kingsman
2026-04-08 16:33:44 -07:00
parent 8e2e039985
commit 159df1ec5b
6 changed files with 15 additions and 58 deletions
+1 -6
View File
@@ -377,12 +377,7 @@ export function ContactInfoPane({
<button
type="button"
className="text-sm flex items-center gap-2 hover:text-primary transition-colors"
onClick={(e) => {
console.log(
`[fav-debug] ContactInfoPane star clicked t=${performance.now().toFixed(2)} detail=${e.detail} isTrusted=${e.isTrusted}`
);
onToggleFavorite('contact', contact.public_key);
}}
onClick={() => onToggleFavorite('contact', contact.public_key)}
title="Favorite contacts stay loaded on the radio for ACK support"
>
{contact.favorite ? (