Skip to content

Commit

Permalink
chore: remove tracing debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia committed Sep 19, 2023
1 parent af7832a commit 0c07ac5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-server-component/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,6 @@ impl <C: Comments> VisitMut for ReactServerComponent<C> {

fn visit_mut_module(&mut self, module: &mut Module) {
let (is_client_entry, is_action_file, imports) = self.collect_top_level_directives_and_imports(module);
tracing::debug!("is_client_entry: {}, is_action_file: {}", is_client_entry, is_action_file);
if self.is_server {
if !is_client_entry {
self.assert_server_import(&imports);
Expand Down

0 comments on commit 0c07ac5

Please sign in to comment.