diff options
author | Stijn Buys <ingar@osirion.org> | 2012-05-01 20:43:42 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2012-05-01 20:43:42 +0000 |
commit | ba3ac1309452b4622d4f90ee95d8d987b451f7e1 (patch) | |
tree | ebbf09f524565909a7dc4113f6316d991a096cfc /src | |
parent | 836799946d9da0d68ba93a6857b2c0ba3617c89d (diff) |
Disabled slot loading debug message.
Diffstat (limited to 'src')
-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() |