diff --git a/exec/load/dd_lightbar_menu.js b/exec/load/dd_lightbar_menu.js index aedf28f3f6c91e971b258469566907233e7f86ca..4b9302558e0b445beb8c5e590ab38ded96b373fc 100644 --- a/exec/load/dd_lightbar_menu.js +++ b/exec/load/dd_lightbar_menu.js @@ -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. @@ -3145,4 +3134,4 @@ function logStackTrace(levels) { else { console.print(callstack.join("\r\n")); } -} \ No newline at end of file +}