Removed some debugging code. master
authorplugd <plugd@thelambdalab.xyz>
Mon, 30 Sep 2024 12:30:39 +0000 (14:30 +0200)
committerplugd <plugd@thelambdalab.xyz>
Mon, 30 Sep 2024 12:30:39 +0000 (14:30 +0200)
qwikboard

index 29797f8..080ca78 100755 (executable)
--- 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"))
 
    -- (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
 
 
    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)
 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
    if msg.read then -- Message status flag
       mf:write("-")
    else