remove prints (#11918)
This commit is contained in:
parent
9bcb480cb7
commit
bbfd450319
|
@ -39,9 +39,6 @@ func CheckFilePerms(info fs.FileInfo) (bool, []string) {
|
|||
hasSomeRead := false
|
||||
hasSomeWrite := false
|
||||
|
||||
fmt.Printf("perms are %s", mode)
|
||||
fmt.Printf("owner read is: %b, %b", mode&0400, mode&0200)
|
||||
|
||||
// Check owner perms
|
||||
if mode&0400 != 0 {
|
||||
hasSomeRead = true
|
||||
|
|
Loading…
Reference in New Issue