diff --git a/components/esm_store/cell_store.hpp b/components/esm_store/cell_store.hpp index 444c3e1afb..941dba6fe2 100644 --- a/components/esm_store/cell_store.hpp +++ b/components/esm_store/cell_store.hpp @@ -175,8 +175,6 @@ namespace ESMS std::cout << "WARNING: Ignoring reference '" << ref.refID << "' of unhandled type\n"; } } - - std::cout << "Statics in cell: " << statics.list.size() << std::endl; } };