diff options
| author | Andrew Gerrand <adg@golang.org> | 2010-08-27 13:46:59 +1000 |
|---|---|---|
| committer | Andrew Gerrand <adg@golang.org> | 2010-08-27 13:46:59 +1000 |
| commit | 099243497a74b0dbbac4dba2c9af43cbb4b0f2be (patch) | |
| tree | 3f3bfb390a8fb23b21115c46adc11c7cf3263eee /doc/root.html | |
| parent | 91a141675f2110267030e22bba0650808ff9e4e7 (diff) | |
| download | go-099243497a74b0dbbac4dba2c9af43cbb4b0f2be.tar.xz | |
doc: remove console.log line from root.html
R=r, rsc1
CC=golang-dev
https://golang.org/cl/2040041
Diffstat (limited to 'doc/root.html')
| -rw-r--r-- | doc/root.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/root.html b/doc/root.html index 5fd5538548..8e5e5d3c8b 100644 --- a/doc/root.html +++ b/doc/root.html @@ -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); |
