summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xjt1
1 files changed, 0 insertions, 1 deletions
diff --git a/jt b/jt
index 03580ec..8020f53 100755
--- a/jt
+++ b/jt
@@ -265,7 +265,6 @@ class NewTopicCommand(Command):
pathname = self._topic_pathname(args[0])
self._create_topic_page(pathname, args[1])
- self._app.edit_file(pathname)
def _topic_pathname(self, page_path):
return os.path.join(self._app.settings['source'], page_path + '.mdwn')