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:
parent
91a141675f
commit
099243497a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user