From: Brett Cannon Date: Mon, 4 Feb 2008 23:41:02 +0000 (+0000) Subject: Turn off a debugging flag. X-Git-Tag: v2.5.2c1~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dcf84003c18ccd6e7ccf176dab069b1900bb651c;p=python Turn off a debugging flag. --- diff --git a/setup.py b/setup.py index 22fc2b1e5c..e354d72b84 100644 --- a/setup.py +++ b/setup.py @@ -755,7 +755,7 @@ class PyBuildExt(build_ext): dblib_dir = None # The sqlite interface - sqlite_setup_debug = True # verbose debug prints from this script? + sqlite_setup_debug = False # verbose debug prints from this script? # We hunt for #define SQLITE_VERSION "n.n.n" # We need to find >= sqlite version 3.0.8