mirror of
https://github.com/paleotronic/diskm8.git
synced 2025-08-05 12:26:28 +00:00
chore: remove debug in cat command
This commit is contained in:
2
shell.go
2
shell.go
@@ -864,7 +864,7 @@ func shellCat(args []string) int {
|
||||
if f.Locked {
|
||||
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
|
||||
|
Reference in New Issue
Block a user