remove a test main.

This commit is contained in:
wusheng 2017-02-23 14:53:45 +08:00
parent a656eefcb8
commit 5902154ae6
1 changed files with 0 additions and 4 deletions

View File

@ -39,8 +39,4 @@ public final class TraceIdGenerator {
Constants.SDK_VERSION + "", System.currentTimeMillis() + "", PROCESS_UUID + "",
MachineInfo.getProcessNo() + "", Thread.currentThread().getId() + "", seq + "");
}
public static void main(String[] args){
System.out.printf(generate());
}
}