summarylogtreecommitdiffstats
path: root/disable-logging.patch
blob: f086a292437ef0ff6af7b2c445cde010765b2b39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- vsetopts.c.old	2018-04-12 14:26:15.347943111 +0100
+++ vsetopts.c	2018-04-12 14:26:29.149006677 +0100
@@ -133,7 +133,8 @@

 /* Verbose variables */

-int gscale, circular, allowindelstrat, havelog=TRUE;
+int gscale, circular, allowindelstrat;
+int havelog=FALSE;
 int showunal, havlabels=TRUE, use_iubnucls, phylip;
 int nomacfork, no_nexus_dcomm;
 int dumpfrags, dumptab, dumpdif, dumpjseqs, dumpplot;