diff options
Diffstat (limited to 'indexHtml.go')
| -rw-r--r-- | indexHtml.go | 2 |
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>") } |
