diff options
Diffstat (limited to 'text-conf.el')
-rw-r--r-- | text-conf.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/text-conf.el b/text-conf.el index ad0d78f..5bf2218 100644 --- a/text-conf.el +++ b/text-conf.el @@ -43,8 +43,6 @@ exactly the current ilne." (goto-char (line-end-position)) (newline) (while (< index floor-length) - (message "index: %s" index) - (message "floor: %s" floor-length) (insert heading) (setq index (1+ index))) (insert remainder-string)))) |