diff --git a/src/zipr.cpp b/src/zipr.cpp
index e013f18c433586dba8e4c9d3c4d7a7aa166a8476..6c786b339c7e58d6e464e17e5b4ab877b70c6904 100644
--- a/src/zipr.cpp
+++ b/src/zipr.cpp
@@ -2530,12 +2530,6 @@ RangeAddress_t ZiprImpl_t::_PlopDollopEntry(DollopEntry_t *entry, RangeAddress_t
 	}
 
 	final_insn_locations[insn] = placed_address;
-	if (entry->Place() != placed_address && m_verbose)
-		cout << "RePlace() entry " << std::hex << entry
-		     << " at " << placed_address
-		     << " instead of " << entry->Place() << endl;
-	entry->RePlace(placed_address);
-
 	return updated_addr;
 }