Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(917)

Unified Diff: doc/godocs.js

Issue 5211045: code review 5211045: doc: remove errant console.log from godocs.js (Closed)
Patch Set: diff -r e23057584c65 https://go.googlecode.com/hg/ Created 12 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: doc/godocs.js
===================================================================
--- a/doc/godocs.js
+++ b/doc/godocs.js
@@ -194,7 +194,6 @@
var examples = document.getElementsByClassName("example");
for (var i = 0; i < examples.length; i++) {
var eg = examples[i];
- console.log(eg);
godocs_bindExampleToggle(eg);
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b