Don't print device statistics when exiting tinc.
[tinc] / src / tincd.c
index 84036ad..48f344e 100644 (file)
@@ -440,9 +440,6 @@ int main2(int argc, char **argv) {
 
        /* Shutdown properly. */
 
-       if(debug_level >= DEBUG_CONNECTIONS)
-               devops.dump_stats();
-
 end:
        close_network_connections();