13
0

remove debug output

This commit is contained in:
Paul Davis 2023-10-01 13:26:09 -06:00
parent 0709c20adb
commit f6d60abda8

View File

@ -479,7 +479,6 @@ Butler::process_delegated_work ()
void void
Butler::drop_references () Butler::drop_references ()
{ {
std::cerr << "Butler drops pool trash\n";
SessionEvent::pool->set_trash (0); SessionEvent::pool->set_trash (0);
process_delegated_work (); process_delegated_work ();
} }