Skip to content

Commit

Permalink
remove extraneous message
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkamm committed Dec 12, 2017
1 parent a071b27 commit 36523a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ipython-shell-send.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Copyright (C) 2017 Jack Kamm

;; Author: Jack Kamm <[email protected]>
;; Version: 1.0.1
;; Version: 1.0.2
;; Package-Requires: ((emacs "24"))
;; Keywords: tools, processes
;; URL: https://github.com/jackkamm/ipython-shell-send-el
Expand Down Expand Up @@ -68,7 +68,6 @@ t when called interactively."
(if (string-match ".\n+." string) ;Multiline.
(let* ((temp-file-name (ipython-shell-send--save-temp-file string))
(file-name (or (buffer-file-name) temp-file-name)))
(message temp-file-name)
(ipython-shell-send-file file-name process temp-file-name t))
(comint-send-string process string)
(when (or (not (string-match "\n\\'" string))
Expand Down

0 comments on commit 36523a3

Please sign in to comment.