summaryrefslogtreecommitdiff
path: root/ftplugin/hackernews.py
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin/hackernews.py')
-rw-r--r--ftplugin/hackernews.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ftplugin/hackernews.py b/ftplugin/hackernews.py
index 2381823..4f08a47 100644
--- a/ftplugin/hackernews.py
+++ b/ftplugin/hackernews.py
@@ -163,7 +163,6 @@ def link(external=False):
item_id = url[url.find("item?id=")+8:]
if item_id:
- print(item_id)
if external:
browser = webbrowser.get()
browser.open("https://news.ycombinator.com/item?id="+item_id)