From b515dc0565b4435936c30105dc53701d2da9bd6c Mon Sep 17 00:00:00 2001 From: ryanss Date: Mon, 30 Mar 2015 13:52:37 -0400 Subject: Fix syntax highlighting issues --- ftplugin/hackernews.py | 1 - 1 file changed, 1 deletion(-) (limited to 'ftplugin') 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) -- cgit v1.2.3