Commit fe1330f
committed
chore: Remove unhelpful debug clutter from Query
Query objects are cheap to construct and destroy, but
temporary Query objects are created by:
- the implementation of the Global Query code
- the implementation of the 'explain' instruction
Previously, I had added debug logging of the construction of
Query objects, but that has turned out to just clutter up
the console when debug output is enabled - and it makes it
look like redundant searches are being done, which was not
the case.1 parent 17bc898 commit fe1330f
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | 60 | | |
63 | 61 | | |
64 | 62 | | |
| |||
0 commit comments