mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-16 17:25:13 +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"
|
"s3fs-fuse built-in Credential I/F Function\n"
|
||||||
"Copyright(C) 2007 s3fs-fuse\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){
|
if(detail){
|
||||||
return detail_version;
|
return detail_version;
|
||||||
}else{
|
}else{
|
||||||
|
Loading…
Reference in New Issue
Block a user