aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2011-10-06 13:12:11 -0700
committerAndrew Gerrand <adg@golang.org>2011-10-06 13:12:11 -0700
commitedacc863d0dd3806fd2caf869a99852d39c8ed08 (patch)
tree80abcc632eefbdf5289d10bcac8ccc597ba1d982
parentaf1ae438b9218d5dbdb0bf0c756de1e3d4691551 (diff)
downloadgo-edacc863d0dd3806fd2caf869a99852d39c8ed08.tar.gz
go-edacc863d0dd3806fd2caf869a99852d39c8ed08.zip
doc: remove errant console.log from godocs.js
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5211045
-rw-r--r--doc/godocs.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/godocs.js b/doc/godocs.js
index cf97b31508..58ce52f85d 100644
--- a/doc/godocs.js
+++ b/doc/godocs.js
@@ -194,7 +194,6 @@ function godocs_bindExampleToggles() {
var examples = document.getElementsByClassName("example");
for (var i = 0; i < examples.length; i++) {
var eg = examples[i];
- console.log(eg);
godocs_bindExampleToggle(eg);
}
}