diff options
author | Stijn Buys <ingar@osirion.org> | 2012-11-18 18:17:05 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2012-11-18 18:17:05 +0000 |
commit | e46318a4bec827fe04813b1c499f118bb74490a2 (patch) | |
tree | 6d16f4706f0acdc3747b96e7ade51832822fa793 /src/core | |
parent | df20ff5ad47b1d8a04385956589a7564522258a6 (diff) |
Suppress slots loading debug message.
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/slots.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/slots.cc b/src/core/slots.cc index afbc29f..031aba2 100644 --- a/src/core/slots.cc +++ b/src/core/slots.cc @@ -25,7 +25,7 @@ void Slots::load(model::Model *model) Slot *slot = new Slot((*it)->location()); slots_container.push_back(slot); } - con_debug << " loaded " << slots_container.size() << " entity slots" << std::endl; + //con_debug << " loaded " << slots_container.size() << " entity slots" << std::endl; } void Slots::clear() |