Skip to content

Commit 971236e

Browse files
committed
rustdoc: Remove some debug logging
1 parent 31b25d8 commit 971236e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rustdoc/gen.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ mod tests {
172172
let ast = parse::from_str(source);
173173
let doc = extract::extract(ast, "");
174174
let markdown = write_markdown_str(doc);
175-
log(error, markdown);
176175
assert str::contains(markdown, "Module `morp`\n");
177176
}
178177
}

0 commit comments

Comments
 (0)