From f0658534d8021da14a6550333b72c65c079953da Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Tue, 10 Sep 2019 16:53:54 -0400
Subject: [PATCH] drop the debug helpers

---
 .circleci/config.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 1c0adee..8110182 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:
-- 
GitLab