rustdoc: Remove some debug logging

This commit is contained in:
Brian Anderson 2012-01-17 23:13:24 -08:00
parent 31b25d81eb
commit 971236e8f7
1 changed files with 0 additions and 1 deletions

View File

@ -172,7 +172,6 @@ mod tests {
let ast = parse::from_str(source);
let doc = extract::extract(ast, "");
let markdown = write_markdown_str(doc);
log(error, markdown);
assert str::contains(markdown, "Module `morp`\n");
}
}