remove old commented code

This commit is contained in:
Ole Morud
2022-07-11 16:38:59 +02:00
parent f05e5810d8
commit 3565b495aa

10
main.go
View File

@@ -29,14 +29,4 @@ func main() {
fmt.Printf("\n\n")
}
}
// offset, err := parse.First(r)
// if err != nil {
// fmt.Println(err)
// }
// _ = offset // remove later
// if _, err := r.Discard(int(offset) - 12); err != nil {
// fmt.Println(fmt.Errorf("error jumping to last frame: %v", err))
// }
}