From 5b76f7a838bf869872811c52c26c9ee9f01585b6 Mon Sep 17 00:00:00 2001 From: Valentin Anger Date: Thu, 14 May 2020 20:10:54 +0200 Subject: Remove debug prints introduced in e18aaf49c (#5356) --- cli/doc/module.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'cli/doc/module.rs') 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) = -- cgit v1.2.3