diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/address/AddressParser.h b/hoot-core/src/main/cpp/hoot/core/conflate/address/AddressParser.h
index 66baa2e..37a355e 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/address/AddressParser.h
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/address/AddressParser.h
@@ -54,11 +54,6 @@ class Relation;
*
* Address normalization and translation is handled by libpostal, which uses ML trained on OSM
* data. There is also an option to do language pre-translation with a custom translator.
- *
- * current addresses not being parsed (#2937):
- *
- * 16th & Bryant Streets
- * 16TH & HOFF ST. PARKING GARAGE
*/
class AddressParser : public Configurable
{