Skip to content

Commit 6cecd76

Browse files
src-script.js: remove debug print
Co-authored-by: erikdesjardins <[email protected]>
1 parent 1f4435a commit 6cecd76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustdoc/html/static/js/src-script.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ window.rustdocToggleSrcSidebar = () => {
101101
* @param {string} srcIndexStr - strinified json map from crate name to dir structure
102102
*/
103103
function createSrcSidebar(srcIndexStr) {
104-
console.log(srcIndexStr);
105104
const container = nonnull(document.querySelector("nav.sidebar"));
106105

107106
const sidebar = document.createElement("div");

0 commit comments

Comments
 (0)