From ba3ac1309452b4622d4f90ee95d8d987b451f7e1 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 1 May 2012 20:43:42 +0000 Subject: Disabled slot loading debug message. --- src/core/slots.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') 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() -- cgit v1.2.3