mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-19 00:04:45 -05:00
Also avoid massive long __repr__ strings for complex geometries, as these can flood the Python console (and first aid plugin), and aren't useful for debugging anyway. Refs #14640