minor refactor

This commit is contained in:
ed 2019-12-18 12:52:05 +01:00
parent 594f1a8b6b
commit 841351fb7e
1 changed files with 0 additions and 1 deletions

View File

@ -71,7 +71,6 @@ func data2file(filename string, data []byte) {
func getMode() string {
var mode string
//fmt.Printf("from getMode, fn = %s \n",FileName)
match, _ := regexp.Match(`.*\.hdn$`,[]byte(FileName))
if match {
return "s"