Skip to content

Commit c05e498

Browse files
committed
chore: remove console log
1 parent 35c6cb2 commit c05e498

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/web/src/features/upload/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ function extractSetEntry(entry: string) {
8383

8484
function extractRecordArrayEntry(entry: string) {
8585
if (entry.lastIndexOf(';') === entry.length - 2) {
86-
console.log(entry.slice(13, -2));
8786
return entry.slice(13, -2);
8887
}
8988
return entry.slice(13, -1);

0 commit comments

Comments
 (0)