remove debug output
This commit is contained in:
parent
945f286028
commit
ea99222240
@ -593,8 +593,6 @@ Send::set_owner (SessionObject* o)
|
||||
{
|
||||
Processor::set_owner (o);
|
||||
|
||||
std::cerr << "Send with role " << enum_2_string (_role) << " set owner to " << o->name() << std::endl;
|
||||
|
||||
if (_role == Delivery::DirectOuts) {
|
||||
Delivery::set_name (o->name());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user