Skip to content

Commit fd50379

Browse files
author
Christopher Brandt
committed
chore(label/tag): cleanup
1 parent d07fdd5 commit fd50379

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/services/label/data.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export default async ({
3131
for (const region of Object.keys(entityData)) {
3232
const dataAtRegion = entityData[region]
3333
dataAtRegion.forEach(singleEntity => {
34-
if (!singleEntity.id) console.log(singleEntity)
3534
if (!isEmpty(singleEntity.labels)) {
3635
for (const [key, value] of Object.entries(singleEntity.labels)) {
3736
if (

0 commit comments

Comments
 (0)