Clean up debug

pull/3/head
Minizbot2012 4 years ago
parent 2b41478166
commit 399c52a665
No known key found for this signature in database
GPG Key ID: 977C8ADE12361917

@ -2,7 +2,6 @@ package orbweaver
import (
"encoding/binary"
"fmt"
"fyne.io/fyne"
"github.com/minizbot2012/orbbind/keys"
@ -24,7 +23,6 @@ func SaveIntoKeymap(mapped *PKM, file fyne.FileWriteCloser) {
} else {
binary.LittleEndian.PutUint16(buf, uint16(keys.GetSCForASCII(int(byte(mapped.SIP[i-20])))))
}
fmt.Println(i, buf)
file.Write(buf)
}
arr := []byte{byte(mapped.COL[0]), byte(mapped.COL[1]), byte(mapped.COL[2])}

Loading…
Cancel
Save