From b8481dc5ab3660d1c57107109520bc6f8c91235d Mon Sep 17 00:00:00 2001 From: cristy Date: Thu, 27 Jun 2013 23:21:13 +0000 Subject: [PATCH] --- MagickCore/hashmap.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/MagickCore/hashmap.c b/MagickCore/hashmap.c index a04b3b4e7..921cb8a9b 100644 --- a/MagickCore/hashmap.c +++ b/MagickCore/hashmap.c @@ -1238,8 +1238,6 @@ MagickExport MagickBooleanType IsLinkedListEmpty( { assert(list_info != (LinkedListInfo *) NULL); assert(list_info->signature == MagickSignature); - if (IfMagickTrue(list_info->debug)) - (void) LogMagickEvent(TraceEvent,GetMagickModule(),"..."); return(IsMagickTrue(list_info->elements == 0)); } -- 2.40.0