Stray debug printf
diff --git a/src/post.cc b/src/post.cc
index 5b1d91c..d6013ab 100644
--- a/src/post.cc
+++ b/src/post.cc
@@ -25,8 +25,6 @@
     return Error("Unsupported table version 0x%x", this->version);
   }
 
-  fprintf(stderr, "post 0x%x\n", this->version);
-
   if (!table.ReadU32(&this->italic_angle) ||
       !table.ReadS16(&this->underline) ||
       !table.ReadS16(&this->underline_thickness) ||