From 4c69b80ca0366db28bbbb46ddd03dfbc9d85b09c Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 25 Jul 2007 10:25:38 +0000 Subject: changed output modules to use a template-based code generation system for standard entry points (implemented via preprocessor) --- modules.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules.c') diff --git a/modules.c b/modules.c index e1c1a271..0096cfbc 100644 --- a/modules.c +++ b/modules.c @@ -146,8 +146,6 @@ rsRetVal doModInit(rsRetVal (*modInit)(int, int*, rsRetVal(**)()), uchar *name) assert(modInit != NULL); - printf("Enter doModInit for module '%s'\n", (char*)name); - if((iRet = moduleConstruct(&pNew)) != RS_RET_OK) return iRet; -- cgit