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

Merge branch 'dd_lightbar_menu_remove_temp_debug_code' into 'master'

Removed temporary debug code that accidentally made it in last commit

See merge request main/sbbs!208
parents ddcc2c24 1cf014fd
No related branches found
No related tags found
2 merge requests!463MRC mods by Codefenix (2024-10-20),!208Removed temporary debug code that accidentally made it in last commit
......@@ -905,17 +905,6 @@ function DDLightbarMenu_DrawBorder()
function DDLightbarMenu_WriteItem(pIdx, pItemLen, pHighlight, pSelected, pScreenX, pScreenY)
{
var itemText = this.GetItemText(pIdx, pItemLen, pHighlight, pSelected);
// Temporary
if (user.is_sysop)
{
var outFile = new File("/home/erico/temp/debug.txt");
if (outFile.open("a"))
{
outFile.writeln(itemText);
outFile.close();
}
}
// End Temporary
// If this.nextDrawOnlyItemSubstr is an object with start & end properties,
// then create a string that is shortened from itemText from those start & end
// indexes, and add color to it.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment