Removed useless comment.

This commit is contained in:
Jeremy Fincher 2004-01-26 03:48:05 +00:00
parent 73a660164d
commit b8f497af21

View File

@ -103,7 +103,6 @@ class Math(callbacks.Privmsg):
r'\.\d+|'
r'\d+\.|'
r'\d+))')
def _floatToString(self, x):
if -1e-10 < x < 1e-10:
return '0'