rxgen: Remove stray debugging statement
authorSimon Wilkinson <sxw@inf.ed.ac.uk>
Tue, 29 Dec 2009 23:20:36 +0000 (23:20 +0000)
committerJeffrey Altman <jaltman|account-1000011@unknown>
Wed, 30 Dec 2009 00:55:47 +0000 (16:55 -0800)
A stray "Printing ex_req" slipped into the last set of rxgen changes.
Remove the unnecessary debugging statement.

Change-Id: I2dda4138d70bf3429122f58bbbae996b84baefac
Reviewed-on: http://gerrit.openafs.org/1043
Reviewed-by: Russ Allbery <rra@stanford.edu>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>

src/rxgen/rpc_main.c

index fd48fb7..cccc754 100644 (file)
@@ -529,7 +529,6 @@ h_output(char *infile, char *define, int extend, char *outfile, int append)
     while ((def = get_definition())) {
        print_datadef(def);
     }
-    printf("Printing ex_req\n");
     h_Proc_CodeGeneration();
     h_opcode_stats();
     hflag = 0;