diff --git a/opendm/gcp.py b/opendm/gcp.py index 4c35b5c22..98cfc7098 100644 --- a/opendm/gcp.py +++ b/opendm/gcp.py @@ -72,7 +72,6 @@ def parse_entry(self, entry): parts = entry.split() x, y, z, px, py, filename = parts[:6] extras = " ".join(parts[6:]) - return GCPEntry(float(x), float(y), float(z), float(px), float(py), filename, extras) def get_entry(self, n):