]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove debugging
authorAlan T. DeKok <aland@freeradius.org>
Fri, 14 Apr 2023 13:11:40 +0000 (09:11 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 14 Apr 2023 13:11:40 +0000 (09:11 -0400)
src/lib/packet.c

index 089b9af4c75f1472778dbe7e1b4e895358418840..971980b38e8a14767879303059eb8883ace5aae3 100644 (file)
@@ -44,8 +44,6 @@ int fr_packet_cmp(RADIUS_PACKET const *a, RADIUS_PACKET const *b)
        if (a->sockfd < b->sockfd) return -1;
        if (a->sockfd > b->sockfd) return +1;
 
-       fprintf(stderr, "CMP %08x %08x\n", (uint32_t) a->id, (uint32_t) b->id);
-
        /*
         *      IDs should be spread effectively randomly
         */