--- deliantra/server/common/map.c 2006/04/01 15:39:58 1.10 +++ deliantra/server/common/map.c 2006/05/12 23:42:59 1.11 @@ -705,7 +705,6 @@ shop_string=strdup_local(input_string); p=shop_string; - LOG(llevDebug, "parsing %s\n", input_string); /* first we'll count the entries, we'll need that for allocating the array shortly */ while (p) { p=strchr(p, ';');