1
0
mirror of https://github.com/garraflavatra/go-fmp.git synced 2025-07-07 15:44:04 +00:00
This commit is contained in:
2025-06-14 15:19:36 +02:00
parent d9ffc3e573
commit b94fa28ba9
7 changed files with 49 additions and 65 deletions

View File

@ -6,7 +6,7 @@ import (
)
func debug(str string, args ...interface{}) {
fmt.Printf(str+"\n", args...)
// fmt.Printf(str+"\n", args...)
}
func (f *FmpFile) ToDebugFile(fname string) {