]> www.infradead.org Git - users/mchehab/rasdaemon.git/commitdiff
event-parse: Remove a temporary debug message
authorMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 24 May 2013 11:18:48 +0000 (08:18 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 24 May 2013 11:18:48 +0000 (08:18 -0300)
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
libtrace/event-parse.c

index 10aaa1fb719f4027015df0a37cc46cf94f3e66f3..6c705c3a7f1aed0814157c815a437fef9147f5dd 100644 (file)
@@ -2676,8 +2676,6 @@ process_function(struct event_format *event, struct print_arg *arg,
 {
        struct pevent_function_handler *func;
 
-printf("Processing function %s\n", token);
-
        if (strcmp(token, "__print_flags") == 0) {
                free_token(token);
                is_flag_field = 1;