sb: Disable any trace data

This commit is contained in:
Chris Johns
2020-05-08 14:28:09 +10:00
parent 1f972c2108
commit 0fd197f9a8

View File

@@ -50,7 +50,7 @@ import pkgconfig
# #
# Make trace true to get a file of what happens and what is being asked. # Make trace true to get a file of what happens and what is being asked.
# #
trace = True trace = False
trace_stdout = False trace_stdout = False
logfile = 'pkg-config.log' logfile = 'pkg-config.log'
out = None out = None
@@ -59,7 +59,7 @@ srcfd = None
# #
# Write all the package source parsed to a single file. # Write all the package source parsed to a single file.
# #
trace_src = True trace_src = False
if trace_src: if trace_src:
srcfd = open('pkg-src.txt', 'w') srcfd = open('pkg-src.txt', 'w')