Skip to content

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdone committed May 23, 2014
1 parent 976917b commit c2206c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions haskell-align-imports.el
Expand Up @@ -123,8 +123,6 @@
(goto-char (point-min))
(let* ((imports (haskell-align-imports-collect))
(padding (haskell-align-imports-padding imports)))
(loop for import in imports
do (message "Import: %S" import))
(mapc (lambda (x)
(goto-char (cdr x))
(delete-region (point) (line-end-position))
Expand Down

0 comments on commit c2206c9

Please sign in to comment.