X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dunshire.git;a=blobdiff_plain;f=dunshire%2Foptions.py;h=9b3ddc37616360c5f60b964c26f8acfe393e1d26;hp=719d7f2228a19e72aa52569fec4f88a9117668a7;hb=5a78134ba154ef2e4855b791d1bdb45f26bfdf57;hpb=5a9c9407757117322ad2e364acb394165649dfb1 diff --git a/dunshire/options.py b/dunshire/options.py index 719d7f2..9b3ddc3 100644 --- a/dunshire/options.py +++ b/dunshire/options.py @@ -30,10 +30,3 @@ The default output format for floating point numbers. It has been chosen to match the ``ABS_TOL``, in the sense that if ``x != y``, then they would not appear different when printed. """ - - -VERBOSE = False -""" -The underlying CVXOPT solver can output debug information, and I -guess, so could we. But we don't want to because it's ugly. -"""