Skip to content

Commit

Permalink
Oops!
Browse files Browse the repository at this point in the history
  • Loading branch information
vermiculus committed Feb 12, 2017
1 parent 7521c10 commit 58bd5eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions magithub.el
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,6 @@ Banned inside existing GitHub repositories if
(t (pop-to-buffer (process-buffer p))
(message "unhandled event: %s => %s" (process-command p) event))))))))

(read-directory-name "Destination: " magithub-clone-default-directory "hello")

(defun magithub-clone--finished (user repo dir)
"After finishing the clone, allow the user to jump to their new repo."
(when (y-or-n-p (format "%s/%s has finished cloning to %s. Open? " user repo dir))
Expand Down

0 comments on commit 58bd5eb

Please sign in to comment.