From edacc863d0dd3806fd2caf869a99852d39c8ed08 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Thu, 6 Oct 2011 13:12:11 -0700 Subject: [PATCH] doc: remove errant console.log from godocs.js R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5211045 --- doc/godocs.js | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/godocs.js b/doc/godocs.js index cf97b31508c..58ce52f85de 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); } }