From a68cdebd719174b39213f621ee023e17442ca414 Mon Sep 17 00:00:00 2001 From: Anton Maminov Date: Sun, 31 Mar 2024 18:45:50 +0300 Subject: [PATCH] remove unused string --- src/geojson/polygon.cr | 1 - 1 file changed, 1 deletion(-) diff --git a/src/geojson/polygon.cr b/src/geojson/polygon.cr index 0239493..31ffc61 100644 --- a/src/geojson/polygon.cr +++ b/src/geojson/polygon.cr @@ -53,7 +53,6 @@ module GeoJSON private def raise_if_invalid if coordinates.empty? - "a number was found where a coordinate array should have been found: this needs to be nested more deeply" raise GeoJSON::Exception.new("a coordinate array should have been found") end