Don't print queries to the console to increase trace analyzer responsiveness

The tool looses responsiveness when dealing with huge databases. This change
is intended to speedup the tool.
This commit is contained in:
Éder F. Zulian
2018-08-02 19:09:28 +02:00
parent eba0392487
commit 0e0bdbc89c

View File

@@ -48,7 +48,7 @@
//define symbol printqueries if all queries should be printed to the console
#define printqueries
//#define printqueries
using namespace std;