Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
nicferrier committed Mar 21, 2012
1 parent 1a1ff10 commit aef90d6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions fakir.el
Expand Up @@ -4,7 +4,7 @@
;; Author: Nic Ferrier <nferrier@ferrier.me.uk>
;; Maintainer: Nic Ferrier <nferrier@ferrier.me.uk>
;; Created: 17th March 2012
;; Version: 0.0.2
;; Version: 0.0.3
;; Keywords: lisp, tools

;; This file is NOT part of GNU Emacs.
Expand Down Expand Up @@ -177,7 +177,7 @@ We return what the BODY returned."
(let ((z 10))
(let ((a "my string!!!"))
(setq a (process-get t :somevar))
(print a)))))
a))))

(ert-deftest fakir-mock-process ()
"Test mock process."
Expand Down Expand Up @@ -353,7 +353,6 @@ part."
"/home")
"/qwdqdq.x")))


(defmacro fakir-mock-file (fakir-file &rest body)
"Mock the filesystem with the FAKIR-FILE object.
Expand Down

0 comments on commit aef90d6

Please sign in to comment.