summaryrefslogtreecommitdiff
path: root/indexHtml.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-07 22:14:38 -0600
committerJeff Carr <[email protected]>2024-02-07 22:14:38 -0600
commit0fec5555ddd8574a831fb9e7e1d0b69a44b49a21 (patch)
treec911fa75a5c5c15af33eac5722bfdaa369ff744f /indexHtml.go
parent0b6afc879ac2df2e7dd145036e5ab0a973fc503e (diff)
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'indexHtml.go')
-rw-r--r--indexHtml.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexHtml.go b/indexHtml.go
index 3fe8d9c..a00ef10 100644
--- a/indexHtml.go
+++ b/indexHtml.go
@@ -53,7 +53,7 @@ func indexBodyStart(w http.ResponseWriter) {
}
func insertHTMLnote(w http.ResponseWriter, i int, parts []string) {
- log.Info("comment # line:", i, strings.Join(parts, " "))
+ // log.Info("comment # line:", i, strings.Join(parts, " "))
fmt.Fprintln(w, " <tr> <td><h3>", strings.Join(parts, " "), "</h3></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> </tr>")
}