mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
remove debugging print statements
This commit is contained in:
parent
ca5fdf6ea9
commit
d4541b8c69
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@
|
|||
|
||||
(mapc 'message
|
||||
(difference
|
||||
(print (sort (directory-files "recipes/" nil "[^.].*") 'string<))
|
||||
(print (sort (mapcar 'stripstuff (directory-files "packages/" nil "[^.].*\\\(el$\\\|tar$\\\)")) 'string<))))
|
||||
(sort (directory-files "recipes/" nil "[^.].*") 'string<)
|
||||
(sort (mapcar 'stripstuff (directory-files "packages/" nil "[^.].*\\\(el$\\\|tar$\\\)")) 'string<)))
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue