1
0
mirror of https://github.com/golang/go synced 2024-11-21 14:44:40 -07:00

doc: remove errant console.log from godocs.js

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5211045
This commit is contained in:
Andrew Gerrand 2011-10-06 13:12:11 -07:00
parent af1ae438b9
commit edacc863d0

View File

@ -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);
}
}