less debug info

This commit is contained in:
2026-04-15 10:16:34 +02:00
parent 9e98d7d8c6
commit 336260143f

View File

@@ -88,7 +88,7 @@
(endianess (ao-handle-byte-format handle)) (endianess (ao-handle-byte-format handle))
(buf-info (ffi:make-BufferInfo_t buf-type bits rate channels endianess)) (buf-info (ffi:make-BufferInfo_t buf-type bits rate channels endianess))
) )
(dbg-sound "ao-play ~a ~a" at-time-in-s music-duration-s) ;(dbg-sound "ao-play ~a ~a" at-time-in-s music-duration-s)
(unless (ao-valid? handle) (unless (ao-valid? handle)
(err-sound "Cannot play on an invalid ao-device") (err-sound "Cannot play on an invalid ao-device")
(error "Cannot play on an invalid ao-device")) (error "Cannot play on an invalid ao-device"))