This is an automated email from the ASF dual-hosted git repository.

suyanhanx pushed a commit to branch gdrive
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


The following commit(s) were added to refs/heads/gdrive by this push:
     new 9e6df72c5 remove unused code
9e6df72c5 is described below

commit 9e6df72c5fe9a792d8921fb6b8e757ecda64704d
Author: suyanhanx <[email protected]>
AuthorDate: Mon Aug 21 18:08:21 2023 +0800

    remove unused code
    
    Signed-off-by: suyanhanx <[email protected]>
---
 core/src/raw/path.rs | 2 --
 1 file changed, 2 deletions(-)

diff --git a/core/src/raw/path.rs b/core/src/raw/path.rs
index acb380524..cdc88d032 100644
--- a/core/src/raw/path.rs
+++ b/core/src/raw/path.rs
@@ -49,8 +49,6 @@ pub fn build_rooted_abs_path(root: &str, path: &str) -> 
String {
 
     let p = root.to_string();
 
-    println!("path: {}", path);
-
     if path == "/" {
         p
     } else {

Reply via email to