Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Dert1129 committed Dec 3, 2024
1 parent 1f58710 commit 7035703
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Repository/FileList.js
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,6 @@ class FileList extends Component {
if (!value) return null;

const sanitizedId = `${category}-${value}`.replace(/[^a-zA-Z0-9-_]/g, '_');
console.log(sanitizedId)

return (
<div
Expand Down

0 comments on commit 7035703

Please sign in to comment.