From 9c5bd49c3caebd22f085f46390c9e5c10960f46c Mon Sep 17 00:00:00 2001 From: dockes Date: Thu, 15 Jan 2009 17:05:14 +0000 Subject: [PATCH] disable printing to tmp file --- src/qtgui/reslist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qtgui/reslist.cpp b/src/qtgui/reslist.cpp index f7636817..056d4c01 100644 --- a/src/qtgui/reslist.cpp +++ b/src/qtgui/reslist.cpp @@ -341,7 +341,7 @@ void ResList::resultPageFirst() void ResList::append(const QString &text) { QTEXTBROWSER::append(text); -#if 1 +#if 0 { FILE *fp = fopen("/tmp/debugreslist", "a"); fprintf(fp, "%s\n", (const char *)text.utf8());