Remove leftover from debugging

This commit is contained in:
Lucien Cartier-Tilet 2021-05-02 18:15:09 +02:00
parent bb7cf0eab4
commit 5841c7f711
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 0 additions and 1 deletions

View File

@ -196,7 +196,6 @@ specified by `eshell-info-banner-progress-bar-char' up to
If `INVERT' is t, then consider the percentage to approach
critical levels close to 0 rather than 100."
(message "Length: %s" length)
(let* ((length-filled (if (= 0 percentage)
0
(/ (* length percentage) 100)))