Skip to content

Commit

Permalink
less debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kif committed Sep 9, 2023
1 parent e8bc925 commit d5e070b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/silx/opencl/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,6 @@ def create_context(self, devicetype="ALL", platformid=None,
device = ctx.devices[0]
platforms = [i for i, p in enumerate(ocl.platforms) if device.platform.name == p.name]
if platforms:
print(platforms)
platformid = platforms[0]
devices = [i for i, d in enumerate(ocl.platforms[platformid].devices) if device.name == d.name]
if devices:
Expand Down

0 comments on commit d5e070b

Please sign in to comment.