From: Matthew Khouzam Date: Fri, 8 Jun 2012 15:49:52 +0000 (-0400) Subject: Remove the "metadata" output to the console. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=568d6b43090fb41a3abccffcba719a899d935cc7;p=deliverable%2Ftracecompass.git Remove the "metadata" output to the console. Signed-off-by: Matthew Khouzam --- diff --git a/org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/trace/CTFTrace.java b/org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/trace/CTFTrace.java index 5ef907552e..42e596a0b9 100644 --- a/org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/trace/CTFTrace.java +++ b/org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/trace/CTFTrace.java @@ -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) {