Remove the "metadata" output to the console.
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Fri, 8 Jun 2012 15:49:52 +0000 (11:49 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Tue, 12 Jun 2012 18:27:27 +0000 (14:27 -0400)
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/trace/CTFTrace.java

index 5ef907552e220211c28239ce79def8a064e7fc5a..42e596a0b9237930b50301f4a1d41867e287751d 100644 (file)
@@ -41,7 +41,6 @@ import org.eclipse.linuxtools.ctf.core.event.types.IDefinitionScope;
 import org.eclipse.linuxtools.ctf.core.event.types.IntegerDefinition;
 import org.eclipse.linuxtools.ctf.core.event.types.StructDeclaration;
 import org.eclipse.linuxtools.ctf.core.event.types.StructDefinition;
-import org.eclipse.linuxtools.internal.ctf.core.Activator;
 import org.eclipse.linuxtools.internal.ctf.core.event.io.BitBuffer;
 import org.eclipse.linuxtools.internal.ctf.core.event.metadata.exceptions.ParseException;
 import org.eclipse.linuxtools.internal.ctf.core.trace.Stream;
@@ -197,10 +196,6 @@ public class CTFTrace implements IDefinitionScope {
         /* Open and parse the metadata file */
         metadata.parse();
 
-        if (Activator.getDefault() != null) {
-            Activator.getDefault().log(metadata.toString());
-        }
-
         /* Open all the trace files */
         /* Create the definitions needed to read things from the files */
         if (packetHeaderDecl != null) {
This page took 0.024957 seconds and 5 git commands to generate.