# HG changeset patch # User Carl Byington # Date 1274931035 25200 # Node ID 6bf6b60a97519d1d4cd79557fbb9cecbc9c3bdd4 # Parent 0f19cd173eab69901834a7d4eba3f36d09dc7e6d remove debug print code diff -r 0f19cd173eab -r 6bf6b60a9751 src/msg.cpp --- a/src/msg.cpp Mon May 24 21:50:19 2010 -0700 +++ b/src/msg.cpp Wed May 26 20:30:35 2010 -0700 @@ -76,7 +76,6 @@ ((tag & 0x0000ffff) == 0x001f) ? 2 : 0; // null terminator vector n(50); snprintf(&n[0], n.size(), "__substg1.0_%08X", tag); - fprintf(stdout, "dumping string property %08X size %d with data %s\n", tag, (int)size, contents); GsfOutput* dst = gsf_outfile_new_child(out, &n[0], false); gsf_output_write(dst, size, (const guint8*)contents); if (term) {