From d96af7fa0231ed697fc3dfbaa42a40a45a93cd3d Mon Sep 17 00:00:00 2001 From: JSDurand Date: Sat, 29 Jan 2022 19:13:21 +0800 Subject: Refactor: save something and tidy things up. * bongo.el: Try to implement a mechanism to play subtitles along with the music, but it is not yet finished. * subed-conf.el: Make it work. * text-conf.el (insert-section-heading): Delete unnecessary debugging mechanisms. --- text-conf.el | 2 -- 1 file changed, 2 deletions(-) (limited to 'text-conf.el') 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)))) -- cgit v1.2.3-18-g5258