summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-11-22 19:16:28 +0200
committerLars Wirzenius <liw@liw.fi>2014-11-22 19:16:28 +0200
commit9e03044374599b209142fc0a381bb1353cc8d85b (patch)
tree54271fe5f501f36526cc73110f2b945d8897f69b
parent5c9d7f5bf67807b763611c461eeaf8ad9eff728c (diff)
downloadjt-9e03044374599b209142fc0a381bb1353cc8d85b.tar.gz
Remove empty line
-rwxr-xr-xjt1
1 files changed, 0 insertions, 1 deletions
diff --git a/jt b/jt
index 73815f2..42ea0da 100755
--- a/jt
+++ b/jt
@@ -150,7 +150,6 @@ class RemoveCommand(Command):
def run(self, args):
if not args:
raise cliapp.AppException('Usage: journal-note remove ID')
-
drafts_dir = DraftsDirectory(self._app.drafts_dir())
drafts_dir.remove_draft(args[0])