diff --git a/common/hash_eda.cpp b/common/hash_eda.cpp index e46931d9a6..3c2b19c628 100644 --- a/common/hash_eda.cpp +++ b/common/hash_eda.cpp @@ -98,10 +98,6 @@ size_t hash_fp_item( const EDA_ITEM* aItem, int aFlags ) { const PAD* pad = static_cast( aItem ); - // TODO(JE) Implement this - if( pad->Padstack().Mode() != PADSTACK::MODE::NORMAL ) - wxLogDebug( "Hashing pad with non-simple padstack; hash code needs to be expanded" ); - ret = hash{}( static_cast( pad->GetAttribute() ) ); auto hashPadLayer =