Skip to content

Commit 4af47ed

Browse files
committed
remove extra comments in objrec
1 parent 012bb1f commit 4af47ed

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ch6/objrec/objrec.go

-4
Original file line numberDiff line numberDiff line change
@@ -627,10 +627,6 @@ func (ss *Sim) ConfigGUI() {
627627
ss.GUI.AddActRFGridTabs(&ss.Stats.ActRFs)
628628

629629
ss.GUI.FinalizeGUI(false)
630-
631-
// ctx := htmlcore.NewContext()
632-
// ctx.PageURL = "https://github.com/CompCogNeuro/sims/blob/main/ch6/objrec/"
633-
// htmlcore.ReadMDString(ctx, ss.GUI.ReadMe, readme)
634630
}
635631

636632
func (ss *Sim) MakeToolbar(p *tree.Plan) {

0 commit comments

Comments
 (0)