summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xjt4
1 files changed, 0 insertions, 4 deletions
diff --git a/jt b/jt
index d9a0b07..c784411 100755
--- a/jt
+++ b/jt
@@ -91,10 +91,6 @@ class JournalTool(cliapp.Application):
self.settings.require('source')
self.settings.require('layout')
- if not self.settings['source']:
- raise cliapp.AppException(
- 'The --source setting is empty or missing.')
-
if not os.path.exists(self.drafts_dir()):
os.mkdir(self.drafts_dir())