mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 14:51:13 -05:00
Remove debug text
This commit is contained in:
@@ -426,15 +426,6 @@ export const QueueItem = memo(({
|
||||
Review Items
|
||||
</Button>
|
||||
|
||||
{/* Debug info in dev mode */}
|
||||
{import.meta.env.DEV && isAdmin && (
|
||||
<div className="text-xs text-muted-foreground mb-2 font-mono">
|
||||
🔍 isLockedByMe={String(isLockedByMe)} |
|
||||
assigned_to={item.assigned_to?.slice(0,8) || 'null'} |
|
||||
currentLock={currentLockSubmissionId?.slice(0,8) || 'null'}
|
||||
</div>
|
||||
)}
|
||||
|
||||
{isAdmin && isLockedByMe && (
|
||||
<Tooltip>
|
||||
<TooltipTrigger asChild>
|
||||
|
||||
Reference in New Issue
Block a user