From 07d172e01d54954d192aeedf0ae5f80e50fb7384 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 22 Aug 2013 18:56:08 -0400 Subject: [PATCH] cleanup --- Utility/Quvi.hs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Utility/Quvi.hs b/Utility/Quvi.hs index 68cc4a3f66..55a247cf3e 100644 --- a/Utility/Quvi.hs +++ b/Utility/Quvi.hs @@ -76,8 +76,3 @@ noredir = Params "-e -resolve" {- Only return http results, not streaming protocols. -} httponly :: CommandParam httponly = Params "-c http" - -{- Avoids error messages being printed to stderr, instead they are - - put in the JSON. -} -hideerrors :: CommandParam -hideerrors = Params "-l +errors"