From 91368c7b6339bbf48e50986f83e5df439ad302cb Mon Sep 17 00:00:00 2001 From: MinchinWeb Date: Sun, 3 May 2015 22:12:10 -0600 Subject: [PATCH] [Util] delete old, unused code --- jrnl/util.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jrnl/util.py b/jrnl/util.py index 1fd99c24..bb561308 100644 --- a/jrnl/util.py +++ b/jrnl/util.py @@ -118,7 +118,6 @@ def load_config(config_path): def get_text_from_editor(config, template=""): - tmpfile = os.path.join(tempfile.mktemp(prefix="jrnl", suffix=".txt")) filehandle, tmpfile = tempfile.mkstemp(prefix="jrnl", text=True, suffix=".txt") with codecs.open(tmpfile, 'w', "utf-8") as f: if template: