diff --git a/QnetVoice.cpp b/QnetVoice.cpp index a0abb48..dc49a84 100644 --- a/QnetVoice.cpp +++ b/QnetVoice.cpp @@ -353,7 +353,6 @@ int main(int argc, char *argv[]) /* read the packet */ nread = fread(dsvt.title, rlen, 1, fp); - printf("Read %d byte packet from %s\n", (int)nread*rlen, argv[3]); if (nread == 1) { if (memcmp(dsvt.title, "DSVT", 4) != 0) { printf("DVST title not found\n");