From: plugd Date: Mon, 30 Sep 2024 12:30:39 +0000 (+0200) Subject: Removed some debugging code. X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?a=commitdiff_plain;ds=sidebyside;p=qwikboard.git Removed some debugging code. --- diff --git a/qwikboard b/qwikboard index 29797f8..080ca78 100755 --- a/qwikboard +++ b/qwikboard @@ -286,7 +286,7 @@ function qwk.write_message (target_dir, first_unseen_msgs) -- (For some reson, MM doesn't respect read status in header.) local rf = assert(io.open(target_dir .. "/" .. qb.bbsid .. ".RED", "w")) - print_object(first_unseen_msgs) + -- print_object(first_unseen_msgs) local pkt_msg_num = 0 @@ -321,7 +321,7 @@ function qwk.write_message (target_dir, first_unseen_msgs) end function qwk.write_message_header_block(mf, conf_num, pkt_msg_num, msg) - print_object(msg) + -- print_object(msg) if msg.read then -- Message status flag mf:write("-") else