Skip to content

Commit

Permalink
Remove debug catch exception
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Oct 26, 2017
1 parent 159a4b7 commit 6369391
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions silx/opencl/codec/test/test_byte_offset.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ def test_decompress(self):
raise unittest.SkipTest("Byte-offset decompression is known to be buggy on MacOS-CPU")
else:
raise err
except Exception as err:
logger.warning(err)
logger.warning(type(err))

t0 = time.time()
res_cy = fabio.compression.decByteOffset(raw)
Expand Down

0 comments on commit 6369391

Please sign in to comment.