Skip to content

Commit d117e92

Browse files
committed
Removed: console log
1 parent e02938a commit d117e92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/testHelpers/collections/collectionHelper.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ export async function createCollectionViaApi(
9191
)
9292
.then((response) => response.data.data)
9393
} catch (error) {
94-
console.log(error)
9594
throw new Error(`Error while creating test collection ${collectionAlias}`)
9695
}
9796
}

0 commit comments

Comments
 (0)