Removed some debugging code. Oops!
authorplugd <plugd@thelambdalab.xyz>
Wed, 21 Aug 2024 20:04:49 +0000 (22:04 +0200)
committerplugd <plugd@thelambdalab.xyz>
Wed, 21 Aug 2024 20:04:49 +0000 (22:04 +0200)
qwikboard

index 3d51bbd..57af5f1 100755 (executable)
--- a/qwikboard
+++ b/qwikboard
@@ -554,11 +554,10 @@ exec: {
          qwk.build_qwk(handle, out_file_name,
                        nncp_userdata[node_id].next_unread_msgs)
 
-      print(qb.nncp_file .. " " .. out_file_name .. " " ..
+      -- print(qb.nncp_file .. " " .. out_file_name .. " " ..
+                 -- node_id .. ":" .. qb.bbsid .. ".QWK")
+      os.execute(qb.nncp_file .. " " .. out_file_name .. " " ..
                  node_id .. ":" .. qb.bbsid .. ".QWK")
-      -- os.execute(qb.nncp_file .. " " .. out_file_name .. " " ..
-      --            node_id .. ":" .. qb.bbsid .. ".QWK")
-      fs.copy(out_file_name, qb.path .. "/blah.qwk")
 
       fs.rmfile(out_file_name)