Skip to content

Commit

Permalink
fix: remove console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
irishcarbomb777 committed Apr 23, 2024
1 parent cd1a685 commit 0438f8f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/definitions/defineNodeFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ export const defineNodeFactory = ({
}).catch(console.error)
// Create unique indexes
if (uniqueIndexDefinitions) {
console.log(uniqueIndexDefinitions)
uniqueIndexDefinitions.forEach((indexDefinition) => {
console.log(indexDefinition)
driver.session().executeWrite(tx => {
tx.run(`
CREATE CONSTRAINT ${indexDefinition as string}_index IF NOT EXISTS
Expand Down

0 comments on commit 0438f8f

Please sign in to comment.