]> Cypherpunks repositories - gostls13.git/commitdiff
doc: remove errant console.log from godocs.js
authorAndrew Gerrand <adg@golang.org>
Thu, 6 Oct 2011 20:12:11 +0000 (13:12 -0700)
committerAndrew Gerrand <adg@golang.org>
Thu, 6 Oct 2011 20:12:11 +0000 (13:12 -0700)
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5211045

doc/godocs.js

index cf97b31508c07ac793ff4200ed15992926eace9a..58ce52f85de1cc9095b91d705040229cd64efa1b 100644 (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);
   }
 }