Turn off a debugging flag.

This commit is contained in:
Brett Cannon 2008-02-04 23:41:02 +00:00
parent 316f8a8d3c
commit dcf84003c1
1 changed files with 1 additions and 1 deletions

View File

@ -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