@@ -199,7 +199,3 @@ func GetCompanySellerAndShareMobileByRai(companyId int) (mobiles []string, err e
return
}
-
-func init() {
- fmt.Println(GetCompanySellerAndShareMobileByRai(5261))
-}