diff --git a/requests_html.py b/requests_html.py
index ff711de..a4c6d47 100644
--- a/requests_html.py
+++ b/requests_html.py
@@ -12,8 +12,6 @@ from parse import findall
html2text = html2text.HTML2Text()
useragent = UserAgent()
-# xpath support next.
-# parse support.
class Element:
"""An element of HTML."""