Deleted some unused comments

This commit is contained in:
7u83 2022-08-09 17:23:23 +02:00
parent d2240646f9
commit bc5e312ec4
1 changed files with 0 additions and 4 deletions

View File

@ -35,10 +35,6 @@ int cw_format_version(char *s, const uint8_t * version, int len)
} }
rs += sprintf(s + rs, ")"); rs += sprintf(s + rs, ")");
} }
/*
vendor = bstrv_get_vendor_id(ver);
rs += sprintf(s + rs, ", Vendor Id: %d, %s", vendor, cw_strvendor(vendor));
*/
return rs; return rs;
} }