summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-05-03 21:33:38 +0300
committerLars Wirzenius <liw@liw.fi>2015-05-03 21:33:38 +0300
commitd3358dfc5823b32994ce7b8a6b9a2fe198377194 (patch)
tree97ed3155a9f7d15c803e3600fc57c90453bca966
parentb600dc95a994eadc45df6c196a5ca17d77995f2d (diff)
downloadjt-d3358dfc5823b32994ce7b8a6b9a2fe198377194.tar.gz
Remove line of dead code
-rwxr-xr-xjt1
1 files changed, 0 insertions, 1 deletions
diff --git a/jt b/jt
index abccc2c..7a4e70b 100755
--- a/jt
+++ b/jt
@@ -82,7 +82,6 @@ class DraftsDirectory(object):
else:
title = None
return title
- return ''
class Command(object):