From ce74ee86189e1fac90fcc7e6675e2e37c1b27f5e Mon Sep 17 00:00:00 2001 From: Marc Zinnschlag Date: Fri, 9 Jul 2010 18:27:31 +0200 Subject: [PATCH] removed an outdated log message --- components/esm_store/cell_store.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/esm_store/cell_store.hpp b/components/esm_store/cell_store.hpp index 444c3e1af..941dba6fe 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; } };