summaryrefslogtreecommitdiff
path: root/Utility/Quvi.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-08-22 18:56:08 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-08-22 18:56:08 -0400
commit830e9ca550e2be141f8e189ef97f94eb92164cd6 (patch)
tree38ec00e35aacf0cc507cd02679b6d5e01c1e8804 /Utility/Quvi.hs
parent614d0b03f83eb737245ace70dfc9d257e9453e86 (diff)
cleanup
Diffstat (limited to 'Utility/Quvi.hs')
-rw-r--r--Utility/Quvi.hs5
1 files changed, 0 insertions, 5 deletions
diff --git a/Utility/Quvi.hs b/Utility/Quvi.hs
index 68cc4a3f6..55a247cf3 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"