[Rt-commit] [rtir] 02/06: Remove totally un-necessary sleep(2) call

Kevin Falcone falcone at bestpractical.com
Thu Oct 2 16:24:09 EDT 2014


This is an automated email from the git hooks/post-receive script.

falcone pushed a commit to branch 3.0/traceroute-cleanup
in repository rtir.

commit 184c1b2007503f88e97ef36365b1f382975bafc4
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Tue Jun 28 13:37:17 2011 -0400

    Remove totally un-necessary sleep(2) call
    
    (cherry picked from commit a474fcfb02610b82ab4aa010aeb89050034705d5)
---
 html/RTIR/Tools/Traceroute.html | 1 -
 1 file changed, 1 deletion(-)

diff --git a/html/RTIR/Tools/Traceroute.html b/html/RTIR/Tools/Traceroute.html
index d0b970a..fb47d80 100644
--- a/html/RTIR/Tools/Traceroute.html
+++ b/html/RTIR/Tools/Traceroute.html
@@ -60,7 +60,6 @@ while (my $content = <$tr>) {
     $m->out( $content );
     $m->out('<br />');
     $m->flush_buffer;
-    sleep(2);
 }
 </%PERL>
 </pre>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list