diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
 # Aura Changelog
 
-## 3.1.3 (2020-06-11)
+## 3.1.4 (2020-06-11)
 
 #### Fixed
 
diff --git a/aura.cabal b/aura.cabal
--- a/aura.cabal
+++ b/aura.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.2
 name:               aura
-version:            3.1.3
+version:            3.1.4
 synopsis:           A secure package manager for Arch Linux and the AUR.
 description:
   Aura is a package manager for Arch Linux. It connects to both the
diff --git a/lib/Aura/MakePkg.hs b/lib/Aura/MakePkg.hs
--- a/lib/Aura/MakePkg.hs
+++ b/lib/Aura/MakePkg.hs
@@ -67,9 +67,6 @@
 make ss (User usr) pc = do
   -- Perform the actual building.
   (ec, se) <- runIt ss pc
-  -- TESTING --
-  (_, foo, _) <- readProcess $ proc "sudo" ["-u", T.unpack usr, "env"]
-  BL.putStrLn foo
   -- Fetch the filenames of the built tarballs.
   (_, out, _) <- readProcess $ proc "sudo" ["-u", T.unpack usr, makepkgCmd, "--packagelist"]
   let fs = map T.unpack . T.lines . decodeUtf8Lenient $ BL.toStrict out
