summaryrefslogtreecommitdiff
path: root/jt
diff options
context:
space:
mode:
Diffstat (limited to 'jt')
-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])