diff --git a/c/Trace b/c/Trace
index b1689d6000166f3a4c5572ed1ad07f0655c38dac..f99b6caa4d139474d345856af5bb8c194b8f31ea 100644
--- a/c/Trace
+++ b/c/Trace
@@ -724,7 +724,7 @@ tdtbs_fo_err: /* If there's an error whilst writing to the file */
     /* General info */
 
     TrOut(file, depth, (file, "style\t\t%08x\n",        (int) token->style));
-    TrOut(file, depth, (file, "style2\t\t%08x\n",       (int) token->style2));
+  /*TrOut(file, depth, (file, "style2\t\t%08x\n",       (int) token->style2));*/
     TrOut(file, depth, (file, "indent\t\t0x%x\n",       (int) token->indent));
 
     TrOut(file, depth, (file, "anchor\t\t%08x: '%s'\n", (int) token->anchor, token->anchor   ? token->anchor  : "(NULL)"));