Commit 9f98df2a authored by Andy Stewart's avatar Andy Stewart
Browse files

Remove unused message line.

parent 1eed2204
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -244,7 +244,6 @@ We need calcuate render allocation to make sure no black border around render co
(defun eaf-create-buffer (input-content)
  (let* ((file-or-command-name (substring input-content (string-match "[^\/]*\/?$" input-content)))
         (eaf-buffer (generate-new-buffer (truncate-string-to-width file-or-command-name eaf-title-length))))
    (message file-or-command-name)
    (with-current-buffer eaf-buffer
      (eaf-mode)
      (read-only-mode))