Skip to content

Commit f0312ce

Browse files
committed
Remove logs
1 parent c43e630 commit f0312ce

3 files changed

Lines changed: 0 additions & 4 deletions

File tree

dist/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20375,7 +20375,6 @@ const loadData = async ({ notion }) => {
2037520375
database_id: database
2037620376
})
2037720377
const structure = Object.keys(dbStructure.properties).map((property) => {
20378-
console.log(dbStructure.properties[property])
2037920378
return { name: dbStructure.properties[property].name, type: dbStructure.properties[property].type }
2038020379
})
2038120380

@@ -20876,7 +20875,6 @@ const createProperties = (repo, dependsOn, { systems, owners, structure }) => {
2087620875
page[field.name] = mappingFn[field.name](repo, { dependsOn, systems, owners })
2087720876
}
2087820877
}
20879-
console.log(page)
2088020878
return page
2088120879
}
2088220880

src/data.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ const loadData = async ({ notion }) => {
1919
database_id: database
2020
})
2121
const structure = Object.keys(dbStructure.properties).map((property) => {
22-
console.log(dbStructure.properties[property])
2322
return { name: dbStructure.properties[property].name, type: dbStructure.properties[property].type }
2423
})
2524

src/services.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ const createProperties = (repo, dependsOn, { systems, owners, structure }) => {
7777
page[field.name] = mappingFn[field.name](repo, { dependsOn, systems, owners })
7878
}
7979
}
80-
console.log(page)
8180
return page
8281
}
8382

0 commit comments

Comments
 (0)