Skip to content

Commit

Permalink
Removed some debugging stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
Janhouse committed Sep 23, 2012
1 parent 40437e1 commit 8bcace6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tespeed.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ def TestLatency(self, servers):
now=self.TestSingleLatency(server['url']+"latency.txt?x=" + str( time.time() ))*1000
if now == -1:
continue
print server
print "\n\n\n\n\n\n\n\n"
print "%0.0f ms latency for %s (%s, %s, %s) [%0.2f km]" % (now, server['url'], server['sponsor'], server['name'], server['country'], server['distance'])

if (now < shortest and shortest > 0) or shortest < 0:
Expand Down

0 comments on commit 8bcace6

Please sign in to comment.