[jboss-cvs] JBoss Profiler SVN: r560 - branches/JBossProfiler2/src/native.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 17 13:30:58 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-08-17 13:30:58 -0400 (Mon, 17 Aug 2009)
New Revision: 560

Modified:
   branches/JBossProfiler2/src/native/agent.cpp
Log:
tweak

Modified: branches/JBossProfiler2/src/native/agent.cpp
===================================================================
--- branches/JBossProfiler2/src/native/agent.cpp	2009-08-14 22:09:10 UTC (rev 559)
+++ branches/JBossProfiler2/src/native/agent.cpp	2009-08-17 17:30:58 UTC (rev 560)
@@ -845,7 +845,6 @@
 	  jmethodID method;
 	  jlong methodParameter=0;
 
-          fprintf (stderr,"I'm here");
 	  while (!feof(iterate.fileReferences))
 	  {
 		fread((void *) &referenceHolder,sizeof(referenceHolder),1,iterate.fileReferences);




More information about the jboss-cvs-commits mailing list