Skip to content
Snippets Groups Projects
Commit a0fa06ab authored by deuce's avatar deuce
Browse files

Remove debug output (whoops!)

parent ddf610f7
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,6 @@ top_level=top_level.sort(function(a,b) {
return(new_stats[b].date_sort - new_stats[a].date_sort);
});
write("Scan Ptr: "+msg_area.sub[sub_code].scan_ptr+"<br>");
// Output messages...
for(i in top_level) {
msg_number=top_level[i];
......
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