From c3e9dac4088fa09d25298766a4ceede249934c6c Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 24 Apr 2008 19:07:54 -0700 Subject: [PATCH] Drop stray debug messages. --- controller/controller.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/controller/controller.c b/controller/controller.c index 9ef72d0f0..b345b6764 100644 --- a/controller/controller.c +++ b/controller/controller.c @@ -162,7 +162,6 @@ main(int argc, char *argv[]) if (retval) { break; } - printf("accept!\n"); switches[n_switches++] = new_switch("tcp", new_vconn); } } else { @@ -273,7 +272,6 @@ static void close_switch(struct switch_ *this) { if (this) { - printf("dropped!\n"); free(this->name); vconn_close(this->vconn); queue_destroy(&this->txq); -- 2.43.0