From 810e0c69888069e2213577c42144200201c59b29 Mon Sep 17 00:00:00 2001 From: vms Date: Tue, 1 Jun 2021 18:09:18 +0300 Subject: [PATCH] delete log --- Cargo.toml | 2 +- src/select/mod.rs | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index af154a0..8b4d0cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonpath_lib-fl" -version = "0.3.6" +version = "0.3.7" authors = ["Changseok Han "] description = "It is JsonPath engine written in Rust. it provide a similar API interface in Webassembly and Javascript too. - Webassembly Demo: https://freestrings.github.io/jsonpath" diff --git a/src/select/mod.rs b/src/select/mod.rs index 21779c5..a85c228 100644 --- a/src/select/mod.rs +++ b/src/select/mod.rs @@ -1030,8 +1030,6 @@ impl<'a, 'b> Selector<'a, 'b> { } fn update_not_found_by_current(&mut self) { - println!("current: {:?}", self.current); - if let Some(values) = &self.current { self.not_found_by_key_index |= values.is_empty(); }