]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Remove long dead code 16598/head
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 4 Dec 2025 16:58:14 +0000 (11:58 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 4 Dec 2025 16:58:19 +0000 (11:58 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pdns/dnsdistdist/html/local.js

index 60dd213d56cbc4d8192df42b56996c8181890e44..9915f26cf40d2accbe1dc2d4b4f2e12b617c9b2f 100644 (file)
@@ -44,7 +44,6 @@ $(document).ready(function() {
     } );
 
     cpugraph.render();
-    var intervalcount=0;
 
     function updateRingBuffers()
     {
@@ -232,10 +231,6 @@ $(document).ready(function() {
                });
 
 
-//        if((intervalcount++)%5)
-  //          return;
-        //      updateRingBuffers();
-
         $.ajax({ url: 'jsonstat?command=dynblocklist', type: 'GET', dataType: 'json', jsonp: false,
                  success: function(data) {
                      var bouw='<table width="100%"><tr align=left><th>Dyn blocked netmask</th><th>Seconds</th><th>Blocks</th><th>eBPF</th><th align=left>Reason</th></tr>';