Skip to content

Commit

Permalink
Remove debug logger
Browse files Browse the repository at this point in the history
  • Loading branch information
SleeplessByte committed Jul 30, 2024
1 parent cd825c9 commit 3b37f5c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ RUN corepack yarn --version
RUN chmod 444 /idk/corepack/lastKnownGood.json
RUN chmod 555 /idk/corepack

RUN chmod 555 yarn.lock

# Build the test runner
RUN set -ex; \
# install all the development modules (used for building)
Expand All @@ -60,9 +58,6 @@ ENV COREPACK_ENABLE_STRICT=0
ENV YARN_ENABLE_OFFLINE_MODE=1
ENV YARN_ENABLE_HARDENED_MODE=0

# Because I cry myself to sleep
ENV DEBUG=*

# Let's check to be certain
RUN yarn --version

Expand Down

0 comments on commit 3b37f5c

Please sign in to comment.