[cig-commits] commit: Removed printf.

Mercurial hg at geodynamics.org
Mon Nov 24 11:29:17 PST 2008


changeset:   44:bf838d052e3b
user:        DavidMay
date:        Tue Feb 12 00:28:41 2008 +0000
files:       plugins/lucPlugin/lucPlugin.c
description:
Removed printf.


diff -r c884e6e8b26d -r bf838d052e3b plugins/lucPlugin/lucPlugin.c
--- a/plugins/lucPlugin/lucPlugin.c	Wed Feb 06 00:43:33 2008 +0000
+++ b/plugins/lucPlugin/lucPlugin.c	Tue Feb 12 00:28:41 2008 +0000
@@ -39,7 +39,7 @@
 *+		Patrick Sunter
 *+		Greg Watson
 *+
-** $Id: lucPlugin.c 740 2007-10-11 08:05:31Z SteveQuenette $
+** $Id: lucPlugin.c 756 2008-02-12 00:28:41Z DavidMay $
 ** 
 **~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
 
@@ -188,7 +188,6 @@ void _lucPlugin_Construct( void* compone
 
 	AbstractContext* context;
 
-	printf("In _lucPlugin_Construct\n" );
 
 	context = (AbstractContext*)Stg_ComponentFactory_ConstructByName( cf, "context", AbstractContext, True, data ); 
 	//glucifer_Init();



More information about the CIG-COMMITS mailing list