diff --git a/zone/waypoints.cpp b/zone/waypoints.cpp index 0e750b31e..9dd115d8e 100644 --- a/zone/waypoints.cpp +++ b/zone/waypoints.cpp @@ -1088,7 +1088,6 @@ void ZoneDatabase::AssignGrid(Client *client, float x, float y, uint32 grid) zone->GetShortName(), x, _GASSIGN_TOLERANCE, y, _GASSIGN_TOLERANCE); results = QueryDatabase(query); if (!results.Success()) { - Log.Out(Logs::General, Logs::Error, "Error querying fuzzy spawn2 '%s': '%s'", query.c_str(), results.ErrorMessage().c_str()); return; }