remove errant printf

This commit is contained in:
mappu 2016-11-29 19:22:45 +13:00
parent b592e8ef7e
commit 7e249acd6c
1 changed files with 0 additions and 2 deletions

View File

@ -148,8 +148,6 @@ func (this *UserInfo) fromMyINFO(protomsg string) error {
return nil
}
fmt.Printf("PARSE: malformed\n")
// Couldn't get anything out of it...
return errors.New("Malformed MyINFO")
}