Remove debug output, bump version to -dev.
This commit is contained in:
parent
6282a934c6
commit
d0771e130a
2 changed files with 1 additions and 2 deletions
|
@ -55,7 +55,6 @@
|
|||
(if (null? lines)
|
||||
users
|
||||
(let ((line (parser-preprocess-line (car lines) #:strip-comments? #f)))
|
||||
(print line)
|
||||
(if (equal? line "")
|
||||
(loop (cdr lines)
|
||||
users)
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
(chicken format))
|
||||
|
||||
;; Short banner
|
||||
(define banner-line "HackerBase 1.15.1 (c) 2023 Brmlab, z.s.")
|
||||
(define banner-line "HackerBase 1.16-dev (c) 2023 Brmlab, z.s.")
|
||||
|
||||
;; Banner source with numbers for ANSI CSI SGR
|
||||
(define banner-source "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue