Skip to content

Commit

Permalink
Removed a trace
Browse files Browse the repository at this point in the history
  • Loading branch information
edreamleo committed Jul 6, 2018
1 parent 3014c4d commit 8a366ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions leo/commands/editFileCommands.py
Expand Up @@ -907,9 +907,7 @@ def set_directory(self, directory):
if self.repo_dir:
# Use previously-computed result.
return self.repo_dir
### directory = g.app.loadDir
directory = g.os_path_abspath(os.curdir)
g.trace(directory)
#
# Change to the new directory.
self.repo_dir = self.find_git_working_directory(directory)
Expand Down

0 comments on commit 8a366ea

Please sign in to comment.