mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-12-22 16:58:55 +00:00
Removed unnecessary debug output
This commit is contained in:
parent
eab26a1e01
commit
580775b47c
@ -57,8 +57,6 @@ const char* VersionS3fsCredential(bool detail)
|
||||
"s3fs-fuse built-in Credential I/F Function\n"
|
||||
"Copyright(C) 2007 s3fs-fuse\n";
|
||||
|
||||
S3FS_PRN_CRIT("Check why built-in function was called, the external credential library must have VersionS3fsCredential function.");
|
||||
|
||||
if(detail){
|
||||
return detail_version;
|
||||
}else{
|
||||
|
Loading…
Reference in New Issue
Block a user