fosphor/cl: Remove spurious debug fprintf

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2020-01-30 15:13:37 +01:00
parent 2d4fe78b43
commit e8a64b7297
1 changed files with 0 additions and 1 deletions

View File

@ -292,7 +292,6 @@ cl_find_device(cl_platform_id *pl_id_p, cl_device_id *dev_id_p,
if (!env_sel || (sscanf(env_sel, "%d:%d", &id_sel[0], &id_sel[1]) != 2)) {
id_sel[0] = id_sel[1] = -1;
}
fprintf(stderr, "%d %d\n", id_sel[0], id_sel[1]);
/* Scan each platforms */
err = clGetPlatformIDs(MAX_PLATFORMS, pl_list, &pl_count);