From 0561c5654e11baf27a54e273df41ca8fd2a4c757 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 7 Dec 2007 14:13:52 +0000 Subject: removed debug aid --- modules.c | 1 - 1 file changed, 1 deletion(-) (limited to 'modules.c') diff --git a/modules.c b/modules.c index 83e9c560..f04c4a97 100644 --- a/modules.c +++ b/modules.c @@ -190,7 +190,6 @@ static rsRetVal modPrepareUnload(modInfo_t *pThis) * CVS snapshot, be aware of this limitation. For now, you can just remove everything up to * (but not including) the END DEVEL comment. That will do the trick. rgerhards, 2007-11-21 */ -dbgprintf("we are now calling modExit(), module id %x\n", pModCookie); CHKiRet(pThis->modGetID(&pModCookie)); pThis->modExit(); /* tell the module to get ready for unload */ CHKiRet(unregCfSysLineHdlrs4Owner(pModCookie)); -- cgit v1.2.3