diff options
author | Valentin Anger <syrupthinker@gryphno.de> | 2020-05-14 20:10:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-14 14:10:54 -0400 |
commit | 5b76f7a838bf869872811c52c26c9ee9f01585b6 (patch) | |
tree | 7558e6aa00f94cb5a67ca20c86f23dfe581ee345 /cli/doc/module.rs | |
parent | 8a5068f2b433491c0ae8103016ddb8a2b4aa5351 (diff) |
Remove debug prints introduced in e18aaf49c (#5356)
Diffstat (limited to 'cli/doc/module.rs')
-rw-r--r-- | cli/doc/module.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/doc/module.rs b/cli/doc/module.rs index ab137904b..2de9c7ca8 100644 --- a/cli/doc/module.rs +++ b/cli/doc/module.rs @@ -16,7 +16,6 @@ pub fn get_doc_node_for_export_decl( let js_doc = doc_parser.js_doc_for_span(export_span); let location = doc_parser.ast_parser.get_span_location(export_span).into(); - eprintln!("decl {:#?}", export_decl); match &export_decl.decl { Decl::Class(class_decl) => { let (name, class_def) = |