Skip to content

Commit 839ef7f

Browse files
committed
Do not trace by default.
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent c581828 commit 839ef7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/licensedcode/match.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
The filter functions are executed in a specific sequence over the list of matches.
4343
"""
4444

45-
TRACE = True
46-
TRACE_MERGE = True
45+
TRACE = False
46+
TRACE_MERGE = False
4747
TRACE_REFINE = False
4848
TRACE_FILTER_FALSE_POSITIVE = False
4949
TRACE_FILTER_CONTAINED = False

0 commit comments

Comments
 (0)