diff --git a/simplejson/encoder.py b/simplejson/encoder.py
index 3b87352ff22a3f9588e70a773740784e406a197e_c2ltcGxlanNvbi9lbmNvZGVyLnB5..4f58544c918ec3385f3f234341d8162c41ec12f3_c2ltcGxlanNvbi9lbmNvZGVyLnB5 100644
--- a/simplejson/encoder.py
+++ b/simplejson/encoder.py
@@ -3,7 +3,6 @@
 """
 import re
 
-# this should match any kind of infinity
 ESCAPE = re.compile(r'[\x00-\x19\\"\b\f\n\r\t]')
 ESCAPE_ASCII = re.compile(r'([\\"/]|[^\ -~])')
 ESCAPE_DCT = {