]> Cypherpunks repositories - gostls13.git/commitdiff
doc: remove console.log line from root.html
authorAndrew Gerrand <adg@golang.org>
Fri, 27 Aug 2010 03:46:59 +0000 (13:46 +1000)
committerAndrew Gerrand <adg@golang.org>
Fri, 27 Aug 2010 03:46:59 +0000 (13:46 +1000)
R=r, rsc1
CC=golang-dev
https://golang.org/cl/2040041

doc/root.html

index 5fd55385481a4791e2e0313bc53c6083823ce3e1..8e5e5d3c8bad97d356560efe85890d5cdd444d76 100644 (file)
@@ -23,7 +23,6 @@ function loadFeed() {
                }
                container.innerHTML = "";
                var entries = result.feed.entries;
-               console.log(entries);
                for (var i=0; i<entries.length; i++) {
                        var a = document.createElement("a");
                        a.setAttribute("href", entries[i].link);