delted printf call from receive.c
authorhackbard <hackbard>
Sat, 19 Oct 2002 18:53:58 +0000 (18:53 +0000)
committerhackbard <hackbard>
Sat, 19 Oct 2002 18:53:58 +0000 (18:53 +0000)
receive.c

index 65b9b95..105a81c 100644 (file)
--- a/receive.c
+++ b/receive.c
@@ -52,8 +52,6 @@ int main(int argc, char *argv[]) {
   exit(1);
   }
 
-  printf("connected.\n");
-
   receive_bytes=1;
   while(receive_bytes>0) {
        unsigned char buf[1000];