Remove debugging printf.

Reviewed by:	mlaier
This commit is contained in:
glebius 2005-03-01 09:31:36 +00:00
parent 6ca1ed35db
commit d86b1595dd

View File

@ -2010,7 +2010,6 @@ carp_modevent(module_t mod, int type, void *data)
case MOD_LOAD: case MOD_LOAD:
LIST_INIT(&carpif_list); LIST_INIT(&carpif_list);
if_clone_attach(&carp_cloner); if_clone_attach(&carp_cloner);
printf("carp: attached\n");
break; break;
case MOD_UNLOAD: case MOD_UNLOAD: