diff --git a/.circleci/config.yml b/.circleci/config.yml
index 1c0adee5c8d00e8d2c418f4c422266b06c6f6673..8110182c9a3d909eba8e00c45bac974e766900de 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -46,8 +46,6 @@ jobs:
       - run:
           name: "Run Tests"
           command: |
-            env
-            cat $BASH_ENV
             nix-shell shell.nix --run "stack build --no-terminal --test --coverage --fast"
 
       - save_cache: