]> Cypherpunks repositories - gostls13.git/commitdiff
html: disable print
authorRuss Cox <rsc@golang.org>
Fri, 24 Sep 2010 02:05:42 +0000 (22:05 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 24 Sep 2010 02:05:42 +0000 (22:05 -0400)
Everything is incomplete.
Let's not make noise like this a habit.

R=nigeltao_gnome
CC=golang-dev
https://golang.org/cl/2272041

src/pkg/html/token.go

index 39f6700321c43dbef4e0c4bc03b8cf7d42ecf58c..1137d948af93e9453eef945fc08d4a0c504cf25e 100644 (file)
@@ -7,16 +7,10 @@ package html
 import (
        "bytes"
        "io"
-       "log"
        "os"
        "strconv"
 )
 
-func init() {
-       // TODO(nigeltao): Remove this when ready.
-       log.Stderr("The html package is incomplete; do not use for production software.")
-}
-
 // A TokenType is the type of a Token.
 type TokenType int