Skip to content
Snippets Groups Projects
Commit a1548fc0 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Remove accidentally-committed debug output

And some trailing white-space
parent 7611f92f
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -6,15 +6,15 @@
cmdkey L
exec_bin "msglist"
end_cmd
... and then recompile with baja (e.g. "baja default.src").
*/
/* To install as mail reading module and message list module, run:
jsexec msglist -install
*/
/* TODO:
/* TODO:
* - display poll messages "correctly"
* - support voting
* - fix issues with operator sub-menu display
......@@ -27,8 +27,6 @@
"use strict";
log("argv = " + JSON.stringify(argv, null, 4));
function install()
{
var f = new File(system.ctrl_dir + "main.ini");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment