mirror of
https://github.com/golang/go
synced 2024-11-21 14:14: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:
parent
af1ae438b9
commit
edacc863d0
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user