Remove debugging `prin1' statement

Should not have been left in there.
This commit is contained in:
Tom Willemsen 2013-01-20 15:12:29 +01:00
parent eaad8736a1
commit 3a9d333ecf

View file

@ -131,7 +131,7 @@ an eye out for LABEL."
(when (and seqno (> seqno 0))
(setq args (append `("-n" ,(number-to-string seqno)) args)))
(prin1 args)
(setq proc (apply 'start-process "dispass" "*dispass*"
dispass-executable args))
(set-process-sentinel proc 'dispass-process-sentinel)