Skip to content

Commit c2206c9

Browse files
committed
Remove debug message
1 parent 976917b commit c2206c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

haskell-align-imports.el

-2
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,6 @@
123123
(goto-char (point-min))
124124
(let* ((imports (haskell-align-imports-collect))
125125
(padding (haskell-align-imports-padding imports)))
126-
(loop for import in imports
127-
do (message "Import: %S" import))
128126
(mapc (lambda (x)
129127
(goto-char (cdr x))
130128
(delete-region (point) (line-end-position))

0 commit comments

Comments
 (0)