diff --git a/coldfusion-plugin.py b/coldfusion-plugin.py index 79735d5..9786682 100644 --- a/coldfusion-plugin.py +++ b/coldfusion-plugin.py @@ -186,7 +186,6 @@ def on_select_udf(self, index): def fetch_json(self,url): req = urlopen(url) - enc = req.headers.get_content_charset() return json.loads(req.read().decode('UTF-8')) class InsertUdfCommand(sublime_plugin.TextCommand):