1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-13 13:51:53 +00:00

remove redundant log (#485)

This commit is contained in:
Xiangyue Cai
2021-08-20 18:19:04 +08:00
committed by GitHub
parent 27dac89bb3
commit c006d4d0d6

View File

@@ -2769,7 +2769,6 @@ seaf_fs_manager_get_dirent_by_path (SeafFSManager *mgr,
root_id, parent_dir, error); root_id, parent_dir, error);
if (!dir) { if (!dir) {
seaf_warning ("dir %s doesn't exist in repo %.8s.\n", parent_dir, repo_id);
goto out; goto out;
} }