--- deliantra/server/common/map.C 2006/08/21 02:55:10 1.6 +++ deliantra/server/common/map.C 2006/08/21 02:58:22 1.7 @@ -1,6 +1,6 @@ /* * static char *rcsid_map_c = - * "$Id: map.C,v 1.6 2006/08/21 02:55:10 elmex Exp $"; + * "$Id: map.C,v 1.7 2006/08/21 02:58:22 elmex Exp $"; */ /* @@ -1332,7 +1332,6 @@ */ if ((flag == 0 || flag == 2) && !m->unique && !m->templatemap) { sprintf (buf,"%s.v00",create_items_path (m->path)); - LOG(llevDebug,"Saving unique items of map %s to %s\n", m->path, buf); sprintf (buf_s, "%s~", buf); if ((fp2 = fopen (buf_s, "w")) == NULL) { LOG(llevError, "Can't open unique items file %s\n", buf_s);