Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Dec 27, 2024
1 parent 0c57615 commit b3f4809
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/frontend/src/components/barcodes/BarcodeScanDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export default function BarcodeScanDialog({

// Find the matching model type
for (const model_type of Object.keys(ModelInformationDict)) {
console.log('-- checking:', model_type);
if (data[model_type]?.['pk']) {
if (user.hasViewPermission(model_type as ModelType)) {
const url = getDetailUrl(
Expand Down

0 comments on commit b3f4809

Please sign in to comment.