X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gamelist.c;h=0c2f1b6d4705866179078319aeb26c4fe6f4a023;hb=50557f2672d69023a07441d0ae2ecea73d7f6af4;hp=c8bdc4e5b2b19f84be8d282aa4d9e16edc64e728;hpb=7d3335b93cb3e238d0a4dc2b8302ebc339f2af51;p=xboard.git diff --git a/gamelist.c b/gamelist.c index c8bdc4e..0c2f1b6 100644 --- a/gamelist.c +++ b/gamelist.c @@ -392,7 +392,7 @@ GameListBuild (FILE *f) } } } -GetTimeMark(&t2);printf("GameListBuild %ld msec\n", SubtractTimeMarks(&t2,&t)); + if(appData.debugMode) { GetTimeMark(&t2);printf("GameListBuild %ld msec\n", SubtractTimeMarks(&t2,&t)); } quickFlag = 0; PackGame(boards[scratch]); // for appending end-of-game marker. DisplayTitle("WinBoard");