1
0
mirror of https://github.com/golang/go synced 2024-11-22 00:44:39 -07:00

doc: remove console.log line from root.html

R=r, rsc1
CC=golang-dev
https://golang.org/cl/2040041
This commit is contained in:
Andrew Gerrand 2010-08-27 13:46:59 +10:00
parent 91a141675f
commit 099243497a

View 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);