mirror of
https://github.com/paleotronic/diskm8.git
synced 2024-12-21 18:29:43 +00:00
chore: remove debug in cat command
This commit is contained in:
parent
a874d24af2
commit
4bb682edc8
2
shell.go
2
shell.go
@ -864,7 +864,7 @@ func shellCat(args []string) int {
|
|||||||
if f.Locked {
|
if f.Locked {
|
||||||
locked = "Y"
|
locked = "Y"
|
||||||
}
|
}
|
||||||
fmt.Printf("%-33s %6d %2s %-23s %.2x %s\n", f.Filename, (f.Size/bs)+1, locked, f.Type, f.Type, add)
|
fmt.Printf("%-33s %6d %2s %-23s %s\n", f.Filename, (f.Size/bs)+1, locked, f.Type, add)
|
||||||
}
|
}
|
||||||
|
|
||||||
free := 0
|
free := 0
|
||||||
|
Loading…
Reference in New Issue
Block a user