diff options
-rw-r--r-- | Utility/Quvi.hs | 5 |
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" |