Commit 09924349 authored by Andrew Gerrand's avatar Andrew Gerrand

doc: remove console.log line from root.html

R=r, rsc1
CC=golang-dev
https://golang.org/cl/2040041
parent 91a14167
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment