mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-17 08:46:22 +10:00
[유치수] [NOBTS] remove unnecessary code.
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@630 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -71,7 +71,7 @@ public class ArcusClientModifier extends AbstractModifier {
|
||||
/**
|
||||
* always override traceid
|
||||
*/
|
||||
code.append("com.profiler.context.Trace.setTraceId(__nextTraceId); System.out.println(\"set next TraceID\" + __nextTraceId);");
|
||||
code.append("com.profiler.context.Trace.setTraceId(__nextTraceId);");
|
||||
|
||||
// code.append("System.out.println(__traceId);");
|
||||
// code.append("System.out.println($1);");
|
||||
|
||||
Reference in New Issue
Block a user