Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarnaqvi-adsk committed Apr 9, 2024
1 parent ebfe913 commit d5b9446
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data-providers/geoe3-buildings/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ async function order() {
})
.then((results) => {
const elementPromises = results.map(async ({ id, glb }) => {
console.log(glb);
const { fileId } = await Forma.integrateElements.uploadFile({
authcontext: Forma.getProjectId(),
data: glb,
Expand Down

0 comments on commit d5b9446

Please sign in to comment.