Remove testcontainers debug logging.

This commit is contained in:
Sam Rose 2024-03-26 10:05:13 +00:00
parent a4b940e31d
commit 037becfedc
No known key found for this signature in database
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
#!/bin/bash
set -e
export DEBUG=testcontainers*
if [[ -n $CI ]]
then
export NODE_OPTIONS="--max-old-space-size=4096 --no-node-snapshot $NODE_OPTIONS"