Turn off a debugging flag.
authorBrett Cannon <bcannon@gmail.com>
Mon, 4 Feb 2008 23:41:02 +0000 (23:41 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 4 Feb 2008 23:41:02 +0000 (23:41 +0000)
setup.py

index 22fc2b1e5c99117b09c77041b214150151666137..e354d72b84499881cd47d5b82170ffc49f5d7cf7 100644 (file)
--- 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