changeset 1811:96912030d785

Remove a debug message.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 30 Oct 2017 00:06:39 +0200
parents 72850f9a91dc
children cfb623a04f77
files mapsearch.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mapsearch.c	Mon Oct 30 00:06:29 2017 +0200
+++ b/mapsearch.c	Mon Oct 30 00:06:39 2017 +0200
@@ -712,8 +712,6 @@
     }
     offs++;
 
-    THMSG(0, "Data offs=%d, len=%d\n", offs, len);
-
     // Parse pattern block dimensions
     mapBlockGetDimensions(data + offs, len - offs, &width, &height);
     if (width <= 0 || height <= 0)